Posted May 3, 20205 yr At the moment I'm still using integers to save them (the nbt tags only contains the blocks I made), similar to the metadata in previous versions, I store their blockstate as int and then turn them back into blockstate when need them. I would like to know is there a way to save blockstates on itemstacks other than this way or capabilities? Edited May 3, 20205 yr by poopoodice
May 3, 20205 yr You cannot save things in an Item. You have to put the things in an ItemStack. I will make fun of you if you are not able to look into the (vanilla-) code.
May 3, 20205 yr Author 11 minutes ago, Niprow said: You cannot save things in an Item. You have to put the things in an ItemStack. Sorry, you're right, I mean ItemStack (edited) Edited May 3, 20205 yr by poopoodice
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.