Fixed Tiles sending old-school BC description packets
This commit is contained in:
parent
f2c08828f9
commit
9f0ebac842
1 changed files with 5 additions and 0 deletions
|
@ -79,6 +79,11 @@ public abstract class TileBuildCraft extends TileEntity implements ISynchronized
|
|||
//CoreProxy.sendToPlayers(getUpdatePacket(), worldObj, xCoord, yCoord, zCoord,
|
||||
// DefaultProps.NETWORK_UPDATE_RANGE, mod_BuildCraftCore.instance);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Packet getAuxillaryInfoPacket() {
|
||||
return new PacketTileUpdate(this).getPacket();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Packet getDescriptionPacket() {
|
||||
|
|
Loading…
Reference in a new issue