Skip to content

Releases: refinedmods/refinedstorage

v1.10.3

06 Aug 15:46
e7daca1
Compare
Choose a tag to compare

Fixed

  • Fixed Destructor dupe bug
  • Fixed being unable to insert items into the Storage Monitor
  • Fixed Storage Monitor not showing all matching items in non-exact mode
  • Fixed items getting lost on Creative Disk when more than 2,147,483,647 of one type is stored
  • Fixed incorrect autocrafting keybind prompt on macOS
  • Fixed crashing the game when a network block was removed in a bad way
  • Fixed duplication bug with Constructors and Shulker Boxes
  • Fixed breaking blocks with pickaxe taking too much time

Changed

  • Improved performance for grid updates
  • Improved waterlogging to behave more like vanilla
  • JEI version 9.7.1 or higher is now required

Added

  • Forge relocation and Packing Tape blacklist tag entries to prevent block movement
  • Japanese translations for certain autocrafting actions

v1.9.18

28 May 12:04
Compare
Choose a tag to compare

Fixed

  • Fixed potential Pattern crash when loading Minecraft.

v1.10.2

26 Mar 12:48
3f27c55
Compare
Choose a tag to compare

Changed

  • Ported to Minecraft 1.18.2.

v1.10.1

26 Mar 07:59
5ae9924
Compare
Choose a tag to compare

Fixed

  • Fixed crash when opening alternatives screen

v1.10.0

25 Jan 17:31
0a5ae5b
Compare
Choose a tag to compare

Fixed

  • Fixed multiple bugs related to transferring recipes into the Crafting Grid.
  • Processing patterns now use the order of items/fluids specified in the pattern
    by @necauqua and @Darkere.
  • Fixed autocrafting task getting stuck if two tasks fulfilled each others requirements.
  • Fixed fluid autocrafting breaking when using 2 stacks of the same fluid in a pattern.
  • Amount specifying screen is now limited to valid values.
  • Fixed crash on servers when starting with latest Forge.

v1.9.17

30 Jan 10:24
e0b756c
Compare
Choose a tag to compare

Added

  • More slots for the Pattern Grid.

Changed

  • Combined fluid and item view in the Pattern Grid.
  • Processing patterns now use the order of items/fluids specified in the pattern.
  • Amount specifying screen is now limited to valid values.

Fixed

  • Fixed Relay not working.
  • Fixed Wireless Transmitter only working upright.
  • Fixed Portable Grid not opening when pointing at a block.
  • Fixed being able to circumvent locked slots by scrolling.
  • Fixed multiple bugs related to transferring recipes into the crafting grid.
  • Fixed autocrafting task getting stuck if two tasks fulfilled each others requirements.
  • Fixed fluid autocrafting breaking when using 2 stacks of the same fluid in a pattern.

v1.10.0-beta.4

28 Dec 21:34
01dabbe
Compare
Choose a tag to compare

Fixed

  • Fixed client crash when hovering over a fluid in the Fluid Grid by @jackodsteel.
  • Fixed random client crashes when starting the game.

Changed

v1.10.0-beta.3

17 Dec 11:18
01a8254
Compare
Choose a tag to compare

Fixed

  • Fixed networks and network devices being removed when a chunk unloads.

v1.10.0-beta.2

16 Dec 01:38
c77ca19
Compare
Choose a tag to compare

Fixed

  • Fixed all Refined Storage advancements being granted when joining a world.
  • Fixed potential Pattern crash when loading Minecraft.

v1.10.0-beta.1

15 Dec 17:37
Compare
Choose a tag to compare

Fixed

  • Fixed Relay not working.
  • Fixed Wireless Transmitter only working upright.
  • Fixed Portable Grid not opening when pointing at a block.
  • Fixed being able to circumvent locked slots by scrolling.

Changed

  • Added more slots to the Pattern Grid.
  • Combined fluid and item view in the Pattern Grid.
  • Ported to Minecraft 1.18.1.
  • Focused side buttons now display their tooltip properly.
  • Improved performance of retrieving patterns by @metalshark.