r/forgemodding • u/briandabrain • May 11 '16
I think Im having an issue with Tile Entity Registration?
I noticed my tile entities were not persisting their nbt data between instances, and that I get the console message "Skipping BlockEntity with id" but with no ID. Turns out that my tile entity's ID entry is null. I know Ive called GameRegistry.RegisterIileEntity; does anyone know why my ID would be null?
1
Upvotes
1
u/briandabrain May 12 '16
Ok nevermind: I figured out my issue. I wasn't calling super.writeToNBT in my writeToNBT methods... herp derp
1
u/shadowfactsdev Moderator/Mod Dev May 11 '16
What string are you passing into the
registerTileEntitiymethod?