Posted February 8, 20169 yr Hey everyone, I made a knife that looses durability when cutting stuff. The problem is I need the recipe to work with the damage knife. I think there was a wildcare value you could add to make it accept damaged items, but I cant remember nor find it GameRegistry.addShapedRecipe(new ItemStack(SurvivalItems.slicedChicken, 4), "KC", 'K', new ItemStack(SurvivalItems.knife,1,WILDCARDVALUE), 'C', SurvivalItems.slicedChicken);
February 8, 20169 yr Use OreDictionary.WILDCARD_VALUE as the metadata value of a recipe ingredient to ignore metadata. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
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.