-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advanced Blocking Card can't block recipes that consist of only fluid #14620
Advanced Blocking Card can't block recipes that consist of only fluid #14620
Comments
This same issue also happens for me, even when using multiple normal input hatches + fluid storage busses (I was told in the discord that this issue was thought to be with the quad hatch, but that doesn't seem to be the case for me). |
Can not test it myself right now, but perhaps adding a fluid discretizer into the subnet could help? This might allow blocking mode to pick up that there are fluid drops in the network. |
@vovaksenov |
Since this is now mentioned in issues for 2.5.0, I can add my own example. This is from 2.4.1. This is a very typical subnet setup, main net (blue) dual interface in blocking mode points to a subnet (red) dual interface with an advanced blocking card. The red network has storage buses on tanks and a chest. The patterns in the interface are:
Requesting a blue wool, then a red wool, correctly inserts water into the subnet and then blocks until the subnet is empty before inserting lava. However, requesting white wool (which uses both red and blue wool as precrafts), inserts both water and lava into the subnet at the same time, circumventing blocking mode. Things that do not fix the issue:
The problem persists even if one of the two patterns has an item input (add any item to one of the red/blue wool recipes) and the other pattern is fluid-only. When white wool is requested, both water and lava still get inserted into the subnet at the same time. The only way for the setup to reliably only process one recipe at a time is to make sure that every pattern contains at least one item input. |
Noting that this is still an issue in 2.5.0. Replicating steps in the previous post still causes the same problem. |
@AbdielKavash |
Your GTNH Discord Username
shiita0903
Your Pack Version
2.4.0
Your Server
SP
Java Version
Java 19
Type of Server
Single Player
Your Expectation
Tring to use Advanced Blocking Card for fluid only recipe. Expect to work blocking mode.
The Reality
I tried to use advanced blocking card to avoid conflicting fluid only recipe for LCR but fluid for two recipes are inserted to input hatch at once.
How to reproduce
FluidBlocking.mp4
Your Proposal
Change behavior of Advanced Blocking Card for fluid only recipe to work blocking mode.
Final Checklist
The text was updated successfully, but these errors were encountered: