Skip to content

Releases: refinedmods/refinedstorage2

v2.0.0-milestone.2.1

30 Jul 19:28
c984e57
Compare
Choose a tag to compare

Changed

  • The Importer will now extract as much of 1 resource type as possible, according to the per tick transfer quota, at
    once for all the inventory slots.
  • The Importer no longer transmits a network signal on the direction it's facing.
  • The Importer can now import from the Disk Drive.
  • The Importer no longer has a dedicated item/fluid mode. It will import what it's connected to, 1 resource type per
    tick is possible.
  • Updated to the latest Forge version.
  • Ported to Minecraft 1.19.1.

Fixed

  • Fixed Grid stack zeroing not working correctly when Auto-selected mode is on.
  • Fixed transferring items into Grid with NBT tag on Forge not working correctly.

Added

  • Importer.
  • Emissive rendering.

v2.0.0-milestone.2.0

05 Jul 19:35
b2ff034
Compare
Choose a tag to compare

Changed

  • Ported to Minecraft 1.19.

Added

  • Added JEI support to Fabric.
  • Added REI support to Forge.

Fixed

  • Fixed resource filter container updates not arriving properly on Forge.

v2.0.0-milestone.1.4

22 Jun 20:37
ddc2498
Compare
Choose a tag to compare

Added

  • The Wrench now dismantles devices when crouching.
    • The Disk Drive in item form now supports rendering of disks that were dismantled.
    • In order to retain Controller energy, the Controller must now be dismantled.
    • All config and upgrades are transferred to the item.
  • You can now use any Wrench from other mods in order to rotate or dismantle.
  • Item and fluid storage blocks.
  • Initial advancements.

Fixed

  • Fixed inventory contents of devices not retaining their original order when reloading a world.
  • Fixed bug where (already opened) Grid doesn't update if a storage is removed.
  • Fixed last modified info in the Grid not being persisted.
  • Fixed removals in filter inventory not being saved properly.

Changed

  • Ported to Minecraft 1.18.2.
  • Grid auto-selection and JEI/REI synchronization are now two different options.
  • Grid display settings are now stored in the client configuration, no longer per-block.
  • You now need to crouch with a dye in order to change the color of a device.
  • Item storage capacities are now multiples of 1024 to make it more stack-size friendly.
  • Storage tooltips now have colors.
  • Storage tooltips now show percentage full.
  • Item storage tooltips now show amount of stacks and max stacks stored.

Removed

  • Removed the Patchouli integration.

v2.0.0-milestone.1.3

12 Feb 16:02
83eddfd
Compare
Choose a tag to compare

Added

  • Forge support.

Fixed

  • Any block can be rotated now if the item tag matches c:wrenches.

v2.0.0-milestone.1.2

23 Dec 17:33
36fc591
Compare
Choose a tag to compare

Added

  • Fluid Storage Part
  • Fluid Storage Disk
  • Fluid Grid
  • Wrench
  • Tooltip search in the Grid with unary operator "#".

Fixed

  • Fix Disk Drive item filters not being applied when reloading a world.
  • Fix Storage Disk contents being scrambled when other mods are being added or removed.
  • Fix rendering crash with the Disk Drive.
  • Fix colored blocks having incorrect names in WTHIT.
  • Prevent loading unloaded chunks.
  • Fix various bugs related to networks and chunk loading/unloading.
  • Fix not being able to move network devices with mods like Carrier.
  • Fix CTRL + CLICK in creative mode not retaining block data.
  • Fix item quantity not being formatted in the Grid.
  • Fix amount in detailed Grid tooltip being formatted with units.

Changed

  • Ported to Minecraft 1.18.1.
  • Modularized the codebase.
  • The capacity of the various fluid storage part and fluid storage disk tiers are now described in bucket form, no
    longer in mB form.
  • The Wrench now plays a sound effect when used.
  • The Wrench works on any block that has the fabric:wrenchables tag. Other mods can identify the Refined Storage
    wrench by checking the fabric:wrenches tag.
  • Made energy usage by the Grid and Disk Drive less power-hungry.
  • The Controller now displays an energy bar on the item.
  • Upgrade Team Reborn Energy API.
  • Made block breaking faster.
  • Refined Storage now uses the bundled AutoConfig with ClothConfig and bundles ClothConfig.
  • Item quantity of "1" is now always being rendered in the Grid.
  • Exact mode is now off by default.

Removed

  • LibBlockAttributes is no longer used and thus no longer bundled with Refined Storage 2.

v2.0.0-milestone.1.1

16 Aug 19:38
Compare
Choose a tag to compare

Added

  • New Grid size: "Extra large" (12 rows)

Fixed

  • Fix crash when transferring items in the Controller screen.
  • Fix Disk Drive leds not being stable.
  • Fix block variants not being present on Patchouli book entries.

Changed

  • Ported to Minecraft 1.17.1.
  • Implemented a new networking system.

v2.0.0-milestone.1.0

21 May 19:45
Compare
Choose a tag to compare

Added

  • Controller
  • Grid
  • Disk Drive
  • Storage Part
  • Storage Disk
  • Storage Housing
  • Construction Core
  • Destruction Core
  • Cable
  • Machine Casing
  • Quartz Enriched Iron
  • Block of Quartz Enriched Iron
  • (Raw) Basic Processor
  • (Raw) Improved Processor
  • (Raw) Advanced Processor
  • Silicon
  • Processor Binding
  • Integration with Roughly Enough Items in the form of a REI search box mode.
  • Integration with ModMenu.
  • Integration with Patchouli.
  • Integration with AutoConfig1u.
  • Integration with ClothConfig.
  • Integration with Team Reborn Energy.

Changed

  • Re-arranged the Disk Drive GUI slightly. The priority button has been moved to the side.
  • The "Priority" screen now has a reset button.
  • "Whitelist" has been renamed to "Allowlist".
  • "Blacklist" has been renamed to "Blocklist".
  • Contents of storages in "insert-only" mode are now visible in the Grid.
  • The Grid keybindings got changed slightly. Consult the Patchouli documentation.
  • The Grid search bar now has much more powerful searching, supporting expressions. Consult the Patchouli documentation.
  • A single item in storage can now be larger than 2,147,483,647.
  • You can now place directional blocks facing up/down.
  • Emissive rendering isn't implemented yet.
  • You can now add multiple controllers to a network to meet the energy requirements of your network.
  • The Priority screen now has a "Reset" button.
  • The Grid can now use smooth scrolling.
  • The Grid now has syntax highlighting for the search query.