Improve tank server->client syncing, closes https://github.com/TechReborn/TechReborn/issues/1291
This commit is contained in:
parent
62366c8085
commit
18be69aaf7
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ public abstract class TileBaseFluidGenerator extends TilePowerAcceptor implement
|
|||
FluidUtils.drainContainers(this.tank, this.inventory, 0, 1);
|
||||
FluidUtils.fillContainers(this.tank, this.inventory, 0, 1, this.tank.getFluidType());
|
||||
}
|
||||
tank.setTileEntity(this);
|
||||
tank.compareAndUpdate();
|
||||
this.ticksSinceLastChange = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue