-
Notifications
You must be signed in to change notification settings - Fork 98
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
Full item filter blocks further item routing #831
Comments
Thats actually intended behavior of GT machines. They all accept only one stack of each type so others still can go in. |
If I read this right, this is a little different (you are still correct, but for a different reason than OP is thinking)... Let me see if I can figure out what OP is saying:
This this behaviour is expected, but only because the tube is blocked, everything that goes in to a tube needs to be able to move out or that tube input gets blocked (though 'other' tube inputs will work fine since each is distinct). I hope that clarifies it for OP. :-) |
If a chest buffer is connected to two item filters, with the first item filter being set to accept certain crushed ores, and the second item filter is set to accept anything but those crushed ores, and any slot buffer in the first item filter fills, routing stops, even if there are legal stacks to move.
For example, a chest buffer contains crushed copper ore and crushed tin ore. Item filter #1 accepts crushed copper ore, but only has one slot for crushed copper ore. Item filter #2 accepts anything but crushed copper ore. If item filter #1 is full, the tin ore does not move through item filter #2 until item filter #1 unblocks, or there is no copper ore to move.
The text was updated successfully, but these errors were encountered: