Open Beelzaboss opened 10 years ago
Same thing happens with Mekanism tanks. OpenBlocks manages to have stackable tanks that don't dupe liquids, and its tank's ItemBlock class may be seen at https://github.com/OpenMods/OpenBlocks/blob/master/src/main/java/openblocks/common/item/ItemTankBlock.java .
With the Thermal Expansion Fluid Transposer, if you put more than one drum inside of it, transposing fluid into the stack will fill all the items, instead of just one.
I.E. One bucket of fluid anything could potential become 64. And it can be easily automated.
A easy fix would be to change the max stack size of drums from 64 to 1 :dancers: