Jump to content

Recommended Posts

Posted

Sorry for posting 2 times in a row but I really need to know this: How do I make an item have crafting durability? I would look into the minecraft source, but no item has this from what I know. Thanks!

Posted

Thanks for answering, but I have another problem. I got it to return an item damaged with one less item, but when I go to craft it again, I can't use it (presumably because it has the damage :/ )

Posted

I'm pretty sure I've done that. Here is my crafting recipe:

 

GameRegistry.addShapelessRecipe(new ItemStack(MagicalBiscuit, 3), Magic, EasyBake); new ItemStack(EasyBake, 1, OreDictionary.WILDCARD_VALUE);

Posted

I finally got it to work now. Here is the final result

GameRegistry.addShapelessRecipe(new ItemStack(MagicalBiscuit, 3), new ItemStack(Magic, 2), new ItemStack(EasyBake, 1, OreDictionary.WILDCARD_VALUE));

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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