bdew-minecraft / pressure

Pressure Pipes mod
18 stars 10 forks source link

Fluid multiplication with hand pump #33

Closed BakermanLP closed 8 years ago

BakermanLP commented 9 years ago

For example: If you habe a stack (64) drums in your inventory and click with the hand pump on a fluid, all 64 drums will be filled with 1000 mB of this liquid. I think, that is a bug, or?

bdew commented 9 years ago

Ugh yeah it is. That interface is really awkward to use with stackable items, i've done some special casing for that in tanks but missed the hand pump.

bdew commented 9 years ago

I've tried to figure out a foolproof algorithm that will work in all edge cases and never do something stupid - and failed >.>

This is a temporary fix to prevent duping for now, i'll leave this bug open until i figure out a full fix.

bdew commented 8 years ago

This took ~1.5 years but... hopefully is fixed now. The hand pump will auto-unstack stacked containers when filling them.