Relays do not respect storage insert/extract pass-through
crzyblue opened this issue ยท 2 comments
Describe the bug
When you set storage to pass-through, and set it to insert and extract... it has no problem pulling the items out of the main system, but it will not insert back into the main system when the Autocraft is done.
How can we reproduce this bug or crash?
- Setup main storage network.
- Setup energize smelter on Network 2
- Put a Relay between the networks and set it too only pass-through storage and autocrafting
- Send an autocraft recipe for smelted iron, with iron ore in the main system
- Note that the auto crafted item does not return
What Minecraft version is this happening on?
Minecraft 1.21.1
What NeoForge or Fabric version is this happening on?
21.1.186
What Refined Storage version is this happening on?
2.0.0 beta 2
Relevant log output
That is correct, is currently a limitation with Relays and autocrafting pass-through. You'd to need to import the result back in the correct network;