Hey, new here sorry if I posted it in the wrong section!
So I have a custom TileEntity and this tile entity has two properties which I'm trying to save (Creator and TextureId). Minecraft is calling the TileEntity.writeToNBT function and assuming they are being saved, but the TileEntity.readToNBT is not being called, I simply put a break point on the line "super.readFromNBT(nbt);" but it never gets called.
Thanks
Code: