Posted January 21, 201510 yr To make a torch you would need coal/charcoal and a stick, combine it in a crafting table and you get 4 torches. How do you modify the amount of items that a crafting recipe outputs?
January 21, 201510 yr Do you mean for a recipe that you added or a recipe from Vanilla Minecraft? If you mean your own recipe, just change the constructor you use for the result ItemStack to new ItemStack(YourItem, qty) where qty is the number of items to output. If you want to modify a recipe from Vanilla, then don't. It is generally a bad idea to mess with Vanilla, you might break compatibility with other mods. Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
January 21, 201510 yr Author Thanks! I was modifying my own recipe, I just used the torch as an example.
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.