Posted April 4, 201411 yr Hello, in 1.6.4 we had a method called getDescriptionPacket() in the TileEntity Class to send a Packet of renderInfo or other data to the client when a TileEntity Updates. This method still exists but I cant find the Packet I used to send the Information. In 1.6.4 I used: public Packet getDescriptionPacket() { NBTTagCompound tag = new NBTTagCompound(); //Write tag Data... return new Packet132TileEntityData(xCoord, yCoord, zCoord, 0, tag); } But Packet132TileEntityData doesn't exist anymore. Is there a replacement or did the name change? - Busti PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.