-
Notifications
You must be signed in to change notification settings - Fork 204
Allow filtering output hatches #1752
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
Conversation
...ain/java/gregtech/common/metatileentities/multi/multiblockpart/MetaTileEntityFluidHatch.java
Outdated
Show resolved
Hide resolved
...ain/java/gregtech/common/metatileentities/multi/multiblockpart/MetaTileEntityFluidHatch.java
Show resolved
Hide resolved
...ain/java/gregtech/common/metatileentities/multi/multiblockpart/MetaTileEntityFluidHatch.java
Outdated
Show resolved
Hide resolved
...ain/java/gregtech/common/metatileentities/multi/multiblockpart/MetaTileEntityFluidHatch.java
Outdated
Show resolved
Hide resolved
...ain/java/gregtech/common/metatileentities/multi/multiblockpart/MetaTileEntityFluidHatch.java
Outdated
Show resolved
Hide resolved
...ain/java/gregtech/common/metatileentities/multi/multiblockpart/MetaTileEntityFluidHatch.java
Show resolved
Hide resolved
...ain/java/gregtech/common/metatileentities/multi/multiblockpart/MetaTileEntityFluidHatch.java
Show resolved
Hide resolved
|
I've found an issue where the LCR, while running the ethylbenzene => styrene + hydrogen recipe, voids the output fluids after having the two lv output hatches filtered to styrene (top) and hydrogen (bottom) and then removing the filter on both hatches. Then, trying to use the filter button would indicate that the LCR is trying to output hydrogen to the top output hatch and styrene to the bottom output hatch, but the output hatches are not filled even when they are unfiltered. Filtering one of the hatches to the correct fluid makes the LCR invalidate, and setting both of the hatches to be filtered makes them output fluid correctly. EDIT: removing the super/quantum tank makes the output hatches properly fill, so it seems it's the insertion into the super/quantum tank that voids the output fluid. I think the issue is actually with the super/quantum tank, which seems to void if the locked fluid button is disabled. Enabling locked fluid on the super/quantum tank makes the LCR fill correctly. |
8592a86 to
a6f942b
Compare

Allows for Output Hatches to lock their fluids. Tested a few scenarios:
I also tested a more complex scenario: