So here I have a recipe for poison arrows:
Code: Select all
defineRecipe{
item = "poison_arrow",
ingredients = {1, "arrow", 1, "potion_poison"}
}So for instance: is a recipe 5 arrows + 1 poison = 5 arrows possible to make?
It's easy to make the recipe take multiple items, but how to give many items for result?