[1.18.2 | #12] Assembler can't draw full bucket worth of liquid from multiple tanks
MalkContent opened this issue ยท 2 comments
The Assembler can't craft a recipe containing a bucket of liquid using liquids from all tanks combined. In other words: It requires 1000mB to be in one of the tanks, and it can't be distributed over multiple ones.
Feels similar to #5118, but probably is unrelated.
The consequence of this issue is that the liquid gets stuck in there/ends up blocking the slot.
A part of the issue is that when liquid gets added to the tanks, it always uses the first available one instead of checking for tanks that already hold liquid of the to-be-added type.
Would you mind me trying to fix the secondary issue? I don't think this would add an unreasonable amount of complexity.