Added on texture to implosion compressor
This commit is contained in:
parent
1726d4c7a3
commit
3a89b0446c
2 changed files with 18 additions and 8 deletions
|
@ -30,7 +30,9 @@ public class TileMachineBase extends TileEntity {
|
|||
if (!worldObj.isRemote) {
|
||||
PacketHandler.sendPacketToAllPlayers(getDescriptionPacket(),
|
||||
worldObj);
|
||||
}
|
||||
} else {
|
||||
worldObj.markBlockForUpdate(xCoord, yCoord, zCoord);
|
||||
}
|
||||
}
|
||||
|
||||
public Packet getDescriptionPacket() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue