Posted December 19, 201311 yr 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?
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.