Posted February 15, 20178 yr I am trying to set/get a list or string array (doesn't matter which) to an ItemStack's nbt and there doesn't seem to be any method in NBTTagCompound to do that. Would I have to create a custom tag for this?
February 15, 20178 yr Use an NBTTagList. Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
February 16, 20178 yr When I look at NBTTagCompound#getTagList there is a parameter for the key and an int for the type. What would I put for the type?
February 16, 20178 yr 4 minutes ago, Awesome_Spider said: When I look at NBTTagCompound#getTagList there is a parameter for the key and an int for the type. What would I put for the type? The ID of the tag type that the list will contain. Use the values from the Constants.NBT class. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
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.