Skip to content

Releases: refinedmods/refinedstorage2

v2.0.0-milestone.4.8

12 Oct 15:48
dd9d0bd
Compare
Choose a tag to compare

Added

  • Autocrafter
    • Note: autocrafting itself hasn't been implemented yet. This is the in-game content, but not the autocrafting engine itself yet.
  • The Relay now has support for propagating autocrafting when not in pass-through mode.

Changed

  • The Crafter has been renamed to "Autocrafter".
  • Optimized memory usage and startup time of cable models. After updating, cables will appear disconnected, but this is only visual. Cause a block update to fix this.
  • Optimized performance of searching in the Grid.
  • Custom titles that overflow will now have a marquee effect instead, for every GUI.
  • You can now define a priority in the Autocrafter.
  • You can now change the name of a Autocrafter in the GUI.
  • Changed "Crafter mode" to "Locking mode" with following options:
    • Never
    • Lock until redstone pulse is received
    • Lock until connected machine is empty (new, facilitates easier "blocking mode" without redstone)
    • Lock until all outputs are received (new, facilitates easier "blocking mode" without redstone)
    • Lock until low redstone signal
    • Lock until high redstone signal
  • Resources in the Grid that are autocraftable now display an orange backdrop and tooltip to indicate whether the resource is autocraftable at a glance.
  • Slots used in the Pattern Grid for pattern encoding and Crafting Grid crafting matrix slots now display an orange backdrop and tooltip to indicate whether the item is autocraftable at a glance. This checks patterns from your network and from your inventory.
  • Added help tooltip for filtering based on recipe items in the Crafting Grid.
  • The crafting amount and crafting preview screens have been merged. Changing the amount will update the live preview.
  • The numbers on the crafting preview screen are now compacted with units.
  • When requesting autocrafting multiple resources at once, which can happen via a recipe mod, all the crafting requests are now listed on the side of the GUI.
  • You can now request autocrafting from the Storage Monitor if the resource count reaches zero.

Fixed

  • Fixed mouse keybindings not working on NeoForge.
  • Fixed upgrade destinations not being shown on upgrades.
  • Fixed resources with changed data format or ID causing entire storage to fail to load.
  • Fixed crash when trying to export fluids from an External Storage on Fabric.
  • The Configuration Card can now also transfer the (configured) Regulator Upgrade.

v2.0.0-milestone.4.7

11 Aug 15:41
902c1e0
Compare
Choose a tag to compare

Added

  • You can now upgrade Storage Disks and Storage Blocks to a higher tier by combining with a higher tier Storage Part. The original Storage Part will be returned.

Changed

  • Updated to Minecraft 1.21.1.
  • The Network Transmitter and Wireless Transmitter GUI now has an inactive and active GUI animation.
  • The Wireless Transmitter now shows whether it's inactive in GUI instead of always showing the range.

Fixed

  • Use new slimeballs convention tag for Processor Binding.
  • Portable Grid search bar texture being positioned in the wrong way.
  • External Storage screen unnecessarily showing upgrade slots.
  • Grid setting changes not persisting after restarting Minecraft.
  • Fixed not being able to extract fluids from the Grid with an empty bucket or other empty fluid container.
  • All blocks and items now correctly retain their custom name.

v2.0.0-milestone.4.6

08 Aug 15:39
2f97ae8
Compare
Choose a tag to compare

Added

  • Pattern Grid
  • Pattern

Changed

  • The Pattern now shows the recipe in the tooltip.
  • When a Pattern is created for a recipe, the Pattern will have a different texture and name to differentiate between empty patterns.
  • The Pattern Grid now has additional support for encoding stonecutter and smithing table recipes.
  • The Pattern output is now always rendered in the Pattern Grid result slot.
  • You can now search in the Pattern Grid alternatives screen.
  • In the Pattern Grid alternatives screen, all resources belonging to a tag or no longer shown at once. You can expand or collapse them.
  • The tag names in the Pattern Grid alternatives screen will now be translated.
  • "Exact mode" in the Pattern Grid has been replaced with "Fuzzy mode" (inverse).

Fixed

  • Clicking on a scrollbar no longer makes a clicking sound.
  • Incorrect and outdated (mentioning NBT tags) help explanations for fuzzy mode.
  • Amount screen allowing more than the maximum for fluids.
  • Potential text overflow in the Grid for localization with long "Grid" text.

v2.0.0-milestone.4.5

26 Jul 07:26
87076fb
Compare
Choose a tag to compare

Added

  • Ability to extract fluids from the Interface using an empty bucket or other empty fluid container.
  • Support for the NeoForge config screen.

Fixed

  • Fixed crash when trying to export fluids into an Interface on Fabric.
  • Fixed Relay configuration not being correct on NeoForge.
  • Fixed crash in logs when trying to quick craft an empty result slot in the Crafting Grid.
  • Fixed recipes not using silicon tag and Refined Storage silicon not being tagged properly.

v2.0.0-milestone.4.4

10 Jul 19:21
c4869ed
Compare
Choose a tag to compare
Merge pull request #610 from refinedmods/release/2.0.0-milestone.4.4

Release v2.0.0-milestone.4.4

v2.0.0-milestone.4.3

06 Jul 23:51
d099244
Compare
Choose a tag to compare

Added

  • Ability to open Portable Grid with a keybinding.

Fixed

  • Fixed Relay model not being able to load correctly.
  • Fixed not being able to ghost drag resources from recipe viewers into filter slots on NeoForge.
  • Fixed extra dark backgrounds due to drawing background on GUIs twice.
  • Fixed Configuration Card not being able to transfer upgrades for the Wireless Transmitter.
  • Fixed upgrade inventories not maintaining order after reloading. Upgrade inventories from the milestone 4.2 are incompatible and will be empty.
  • Fixed Wireless Transmitter not dropping upgrades when breaking block.

v2.0.0-milestone.4.2

06 Jul 11:28
4fc25fd
Compare
Choose a tag to compare
Merge pull request #599 from refinedmods/release/2.0.0-milestone.4.2

Release v2.0.0-milestone.4.2

v2.0.0-milestone.4.1

05 Jul 18:11
a378616
Compare
Choose a tag to compare

Fixed

  • Fixed creative mode tab icon on NeoForge showing a durability bar.

v2.0.0-milestone.4.0

04 Jul 12:51
ed761c0
Compare
Choose a tag to compare

Added

  • Ported to Minecraft 1.21.
  • More help information for items.
  • Quartz Enriched Copper, used to craft cables.
  • Block of Quartz Enriched Copper

Changed

  • The mod ID has been changed from "refinedstorage2" to "refinedstorage". Worlds that used milestone 3 on Minecraft 1.20.4 are no longer compatible.
  • Recipes now use common tag conventions from NeoForge and Fabric.

Fixed

  • Regulator Upgrade having wrong GUI title.
  • Crafting Grid not dropping crafting matrix contents when broken.
  • "+1" button on amount screen not doing anything.

v2.0.0-milestone.3.14

28 Jun 06:48
83684c8
Compare
Choose a tag to compare

Added

  • Disk Interface (formerly known as the "Disk Manipulator").
  • Item tag translations.

Fixed

  • Relay having no help tooltip.
  • Fixed bug where adding more Speed Upgrades would actually slow down the device even more.
  • Fixed missing textures for scheduling mode side button.