Possible Tank Exploit
pyure opened this issue ยท 1 comments
LargeFluidTank-12.4.6.jar
OpenModsLib-1.12.2-0.12.2.jar
One of our players identified a fluid duplication exploit during an interaction between a FluidTank ItemStack and a OpenBlocks Tank (block). This ticket partially represents due-diligence: I'm not certain if its OpenBlocks or FluidTanks at fault.
To reproduce: right-click an OpenBlocks tank with an ItemStack of FluidTanks (filled) with stacksize >= 2. FluidTank contents will remain unchanged, but fluid goes into OpenBlocks tank.
Note that issue does not occur with stacksize == 1 (each side loses/gains 1000mb).
It seems a bug in my mod.
I added code to prevent fluid transfer when item is stacked (stack size is not 1).
v12.4.7