Posted March 12, 201312 yr How necessary is it to have the writeToNBT and readFromNBT in an interfaceable Tile Entity? I've been looking at the code for TileEntityFurnace and noticed that it has those functions. It looks like it's using them to store the information when the game is closed, is this true?
March 12, 201312 yr eh, interfaceable? not sure what you mean by that. furnace uses NBT to save current progress and inventory. it's not just when game closes, it's also used when chunks are unloaded (the loading from NBT, not certain about saving, it's imo more frequent). on the wiki is article about NBT, if you want to know how to work with it: http://www.minecraftforge.net/wiki/How_to_use_NBT_Tag_Compound. mnn.getNativeLang() != English If I helped you please click on the "thank you" button.
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.