Jump to content

[1.8] Using item nbt in 1.8?


Looke81

Recommended Posts

Hi, I have been looking into using item nbt to have individual propertys for every individual version of that item. However all the tutorials that i have found on the subject are outdated for 1.8. This means that itemstack.stackTagCompound doesn't work because its either changed name or item nbt has changed entirely. So if anyone knows how to use item nbt in 1.8 please could you share your knowledge.

BioWarfare Mod: http://goo.gl/BYWQty

Link to comment
Share on other sites

It's exactly the same as before, except you can't access the tag compound directly. Use stack.getTagCompound().

 

I recommend you to become more familiar with your IDE - you can easily find all methods and fields available to you from any class just by looking at the class outline, or even opening up the class and viewing all of the implementations.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.