Skip to content

Releases: refinedmods/refinedstorage2

v2.0.0-milestone.2.11

04 Jul 21:06
7616929
Compare
Choose a tag to compare

Added

  • Ported to Minecraft 1.20.1.

Fixed

  • Fixed not firing block break event on Fabric for the Destructor.

v2.0.0-milestone.2.10

29 May 15:01
978e3a0
Compare
Choose a tag to compare

Added

  • Ported to Minecraft 1.19.4
  • Destructor
  • Fortune Upgrade (I, II and III)
  • Silk Touch Upgrade

Changed

  • The Detector screen now is a proper amount screen by having increment/decrement buttons and scrollbar support.
  • The amount in an amount screen is now colored red if the amount is invalid.
  • The Destructor crafting recipe now takes 2 diamonds instead of 2 redstone.

Fixed

  • Fixed missing Speed Upgrade energy usage config on Forge.
  • Fixed Grid screen not handling network changes properly.
  • Fixed Grid scrollbar scrolling when using SHIFT or CTRL.
  • Fixed wrong Controller tooltip.

Removed

  • Removed "Fuzzy mode" from the Destructor as the filter in the Destructor compares with the block anyway.

v2.0.0-milestone.2.9

31 Mar 19:17
59fdad9
Compare
Choose a tag to compare

Fixed

  • Fixed not being able to update filter slots on servers.

Added

  • Detector

Changed

  • Detectors can now be placed sideways or upside down.
  • Detectors no longer detect all resources when unconfigured.
  • Redstone updates by Detectors are now rate-limited to once per second.
  • For fluids, the Detector now always accepts the amount in buckets.

v2.0.0-milestone.2.8

04 Mar 22:05
60ed020
Compare
Choose a tag to compare

Fixed

  • Fixed Disk Drive having 9 slots instead of 8.
  • Fixed slow world loading.

Added

  • The upgrade slots now show their supported upgrades.
  • Different Cable colors. They only connect to same colored cables or the default cable.
  • Colored variant of exporters, importers and external storages. They connect the same way as colored cables.
  • Support for using the R/U keys in JEI and REI on Grid slots and filtering slots
  • Crafting Grid.
  • JEI and REI recipe transfer integration for the Crafting Grid.
  • The crafting matrix in the Crafting Grid now has a button and keybinding to clear to the player inventory.
    The keybinding is only available on Forge.
  • A config option to clear items from the Crafting Grid crafting matrix to the player or network inventory.
  • Support for collapsable entries for REI.
  • Pressing CTRL + SHIFT on the crafting result slot filters the Grid view based on the items in the crafting matrix.
    The reason for this is that you can quickly see how much you have left in the storage network.

Changed

  • The button to clear to the network inventory next to the crafting matrix in the Crafting Grid is now disabled if
    the Crafting Grid is inactive.
  • The keybinding to clear the Crafting Grid matrix to the network inventory is only available on Forge.
  • The JEI recipe transfer integration for the Crafting Grid now only supports regular crafting recipes.
  • Decreased amount of logging to the info level. Now most logging happens on the debug level.

Removed

  • Removed amount of stacks and max stacks stored on item storage tooltips.

v2.0.0-milestone.2.7

31 Jan 21:44
4ac2616
Compare
Choose a tag to compare

Added

  • Added a "Storage channel" filter in the Grid that determines which resource type is shown. Defaults to "All".

Changed

  • Ported to Minecraft 1.19.3.
  • The regular Grid now shows fluids as well.
  • You can insert fluids in the Grid by right-clicking a fluid container in the Grid slots.
  • You no longer have to explicitly select a resource type for the filter configuration slots. You can set a fluid
    by right-clicking a fluid container in the filter slots.
  • You can no longer insert fluids into the Grid or filter slots straight from the player inventory slots, you have to
    insert the fluid while holding the fluid container.

Removed

  • Removed the Fluid Grid, which has been combined into the regular Grid.

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