Sync tile entities with casters properly, and tidy up a few other related things

This commit is contained in:
Electroblob77
2020-05-24 22:09:09 +01:00
parent e17b5d2300
commit 94f4e680af
8 changed files with 35 additions and 26 deletions
@@ -237,7 +237,7 @@ public class TileEntityArcaneWorkbench extends TileEntity implements IInventory,
@Override
public SPacketUpdateTileEntity getUpdatePacket(){
return new SPacketUpdateTileEntity(pos, getBlockMetadata(), this.getUpdateTag());
return new SPacketUpdateTileEntity(pos, 0, this.getUpdateTag());
}
@Override