constructor in default distribution mode only try the first filter
jonatjano opened this issue ยท 3 comments
Describe the bug
A constructor in default distribution mode will only try it's first filter, resulting in not taking action if the item is not available even if another filter is available
How can we reproduce this bug or crash?
- make a network with a constructor containing at least 2 filters and the default distribution mode
- store in the network the block defined as the constructor 2nd filter
- see that the constructor is not building it
What Minecraft version is this happening on?
Minecraft 1.21.1
What NeoForge or Fabric version is this happening on?
neo 21.1.115
What Refined Storage version is this happening on?
milestone 4.13
Relevant log output
Heh, I can reproduce it on the milestone release, but no longer in dev. Let me check if I accidentally fixed this earlier.
Yes, this was fixed as part of 11c8bbc.


