Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public Packet getDescriptionPacket()
- {
- NBTTagCompound nbt = new NBTTagCompound();
- writeCustomNBT(nbt);
- return new S35PacketUpdateTileEntity(getPos(), 64537, nbt);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement