Skip to content

Releases: refinedmods/refinedstorage2

v2.0.0-milestone.2.6

13 Jan 21:00
b3b0c0f
Compare
Choose a tag to compare

Fixed

  • Fixed missing recoloring recipes for Grid and Controller to default color.
  • Fixed missing recoloring recipes for Fluid Grid.

v2.0.0-milestone.2.5

11 Jan 21:24
3b59154
Compare
Choose a tag to compare

Fixed

  • Fixed IO loops caused by Interfaces stealing from each other.
  • Fixed storages from an External Storage not reporting when a resource has last changed.

Changed

  • An Interface that is acting as External Storage can no longer extract or insert from other Interfaces (and itself)
    that are acting as External Storage.

v2.0.0-milestone.2.4

01 Nov 22:57
ca71bf6
Compare
Choose a tag to compare

Fixed

  • Fixed missing AutoConfig config option translations on Fabric.
  • Fixed Grid resource failing to insert if another resource with the same name but different NBT data already exists.
  • Fixed Importer not dropping upgrades when broken.
  • Fixed Disk Drive inventory not being available as external inventory on Forge.

Added

  • Exporter
  • Interface
  • External Storage

Changed

  • You can now select a "Scheduling mode" in the Exporter: first available, round robin, random.
  • The Interface no longer has dedicated import slots. The imported items now go into the export slots.
  • The Interface now imports items immediately.
  • "Exact mode" has been replaced with "Fuzzy mode", which is off by default for performance.
  • The External Storage no longer shows the amount of resources stored on the GUI.
  • The External Storage now supports multiple resource types at the same time.
  • The External Storage no longer checks for external changes every tick, but rather has a cooldown system.

v2.0.0-milestone.2.3

26 Aug 17:41
54162a5
Compare
Choose a tag to compare

Changed

  • Ported to Minecraft 1.19.2.

Fixed

  • Fixed mixin crash on startup on Fabric.

v2.0.0-milestone.2.2

06 Aug 14:33
b7b091a
Compare
Choose a tag to compare

Changed

  • All directional blocks no longer transmit a network signal out of the direction.
  • All directional blocks no longer accept a network signal from the facing direction.
  • Upgrade items now state the applicable destinations in the tooltip.
  • Upgrade items can now have a maximum of 1 type per upgrade inventory.
  • You can now SHIFT + CLICK transfer resources in the filter slots again.

Fixed

  • Fixed network connection state not rebuilding after using Wrench on a directional block.
  • Fixed Grid tooltip being too small in some cases and item durability not being rendered.

Added

  • Upgrade
  • Speed Upgrade
  • Stack Upgrade

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.