rwtema / extrautilities_old_issues

Issue tracker
70 stars 45 forks source link

Drum dupe bug #363

Open Beelzaboss opened 10 years ago

Beelzaboss commented 10 years ago

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:

planetguy32 commented 9 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 .