Jump to content

[SOLVED]1.6.4 setContainerItem help


Jacknoshima

Recommended Posts

Hey, so, I'm making a knife to work with other items but I want it returned when used in a crafting recipe. I set the "setContainerItem" back to itself but it's still disappearing. From what I've looked up, I can't seem to find any reason why that's happening.

 

this is the initialisation

 

knife = new Item(ConfigurationFile.knifeID).setUnlocalizedName("knife").setCreativeTab(ServerModMain.serverTab).setContainerItem(knife).setTextureName("servermod:knife");

 

it works when I set the container item to other things but it doesn't work when I set it to itself... Is it just not possible to do or am I missing something?

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.