TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Water jug picks up liquid block

Therighthon opened this issue ยท 3 comments

commented

When right clicking to fill a jug, it picks up the water source like a bucket. Classic behavior was to leave the block there so that jugs could be refilled infinitely from a single source block

commented

This is intentional, as otherwise it would allow fluid duplication (since jugs can technically pick up and hold any liquid and transfer them between liquid containers.)

That said, it can do the same check that barrels do for infinite fluids when trying to fill those from a single source block. Although for consistency's sake, I'm not sure if we should bring that back

commented

That said, it can do the same check that barrels do for infinite fluids when trying to fill those from a single source block.

Want me to do it?

commented

Yes, I think so.