4693
This commit is contained in:
parent
011ebaba1d
commit
fa9cd98b5a
21 changed files with 76 additions and 76 deletions
|
@ -95,8 +95,8 @@ public class TileQuantumChest extends TileMachineBase implements IInventory,
|
|||
public Packet getDescriptionPacket() {
|
||||
NBTTagCompound nbtTag = new NBTTagCompound();
|
||||
writeToNBT(nbtTag);
|
||||
return new S35PacketUpdateTileEntity(this.xCoord, this.yCoord,
|
||||
this.zCoord, 1, nbtTag);
|
||||
return new S35PacketUpdateTileEntity(this.getPos().getX(), this.getPos().getY(),
|
||||
this.getPos().getZ(), 1, nbtTag);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue