Jump to content

[1.7.4] Setting default nbt tags on items


brandon3055

Recommended Posts

I have had a bit of a look around but i cant seem to find out how to set default custom nbt data on items. I found a way around this by checking if the tag exists before i try to read from it and if not i create it but this method isn't ideal.

 

I tried adding my tags using the onCreated() method but this method dosnt get called when spawning items using creative or shift clicking from the crafting table. Is there a better way? 

I am the author of Draconic Evolution

Link to comment
Share on other sites

I have had a bit of a look around but i cant seem to find out how to set default custom nbt data on items. I found a way around this by checking if the tag exists before i try to read from it and if not i create it but this method isn't ideal.

 

I tried adding my tags using the onCreated() method but this method dosnt get called when spawning items using creative or shift clicking from the crafting table. Is there a better way?

 

I am not sure if its the proper way of doing it but.

This works pulling out of creative or shift clicking.

I have mine checking if its null first since I have info on my item depending on NBT

public void addInformation(ItemStack itemStack, EntityPlayer entityPlayer, List list, boolean bool){}

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.