Where does the getAuxillaryInfoPacket() function come from, i am trying to a similar thing but i don't know where to put that function, the onDataPacket(NetworkManager net, Packet132TileEntityData pkt) is in TileEntity, but no getAuxillaryInfoPacket()
I am trying to update redstone gate to 1.3.2 (unofficially, sorry) and i have managed to get the gate to render with the gui working and everything, but whenever i place the gate and then relog the metadata resets back to 0! Plus because the metadata isn't saving the gate does not even work, not even before reloging! Can someone please help.
Here is my code:
RedstoneGate.java
BlockRedstoneGate.java
TileEntityRedstoneGate.java
ContainerRedstoneGate.java
EDIT: you probably need the renderer!
BlockRendererRedstoneGate.java