Ritual of the Forest

Link to ritual-of-the-forest

ZenScript
Copy
mods.naturesaura.TreeRitual
  • String Name
  • IIngredient saplingType The item representation of the sapling that needs to be placed and grown into a tree
  • IItemStack output The rituals result
  • init time The time the process takes in ticks
  • IIngredient[] items The required items for the ritual
ZenScript
Copy
mods.naturesaura.TreeRitual.addRecipe(String name, IIngredient saplingType, IItemStack output, int time, IIngredient[] items)
ZenScript
Copy
mods.naturesaura.TreeRitual.removeRecipe(IItemStack output)