Help: More about custom recipes?
Posted: Thu Oct 11, 2012 2:37 pm
I have already made one working custom recipe (for potion of invisibility), but I have to ask one thing..
So here I have a recipe for poison arrows:
But for making many poison arrows that wastes way too much poison bottles that seems even logical.
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?
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?