Fix bucket desync bug with barrel
This commit is contained in:
parent
7eded7b065
commit
cf54235bc3
|
|
@ -230,6 +230,7 @@ public class BarrelBlockEntity extends ETankBlockEntity {
|
|||
if (FluidUtil.interactWithFluidHandler(player, hand, this.tank)) {
|
||||
this.isBeingFilledByPlayer = false;
|
||||
tryInWorldFluidMixing();
|
||||
markUpdated();
|
||||
|
||||
// If the item is a fluid handler, try to transfer fluids
|
||||
if (wasBurning && !isHotFluid(this.tank.getFluid().getFluid().getFluidType())) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user