Posted July 29, 201411 yr i want to have a crafting recipe where the product has the same damage value as a specific component. i know i could make seperate crafting recipes for each possible damage value, but i would prefer another way, since the item has more than 100 possible damage values. (its an armourpiece with durability) http://www.planetminecraft.com/member/sigurd4 I'm making the bioshock mod!
July 29, 201411 yr You have to create your own recipe handler by implementing IRecipe into a new class and registering it as a normal recipe: GameRegistry.addRecipe(new YourRecipeClass()); PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
July 29, 201411 yr If you don't understand the answer of Busti... It is not as difficult as you think to make 100 crafting recipes with different damages. I just copied the same recipe 225 times and changed the damage value to +1 for each recipe.
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.