Altar of Birthing

Link to altar-of-birthing

ZenScript
Copy
mods.naturesaura.AnimalSpawner
  • String Name
  • String Entity Name of the entitiy to spawn
  • int aura The amount of Aura required for the completion of the recipe
  • int time The time processes take in ticks
  • IIngredient[] ingredients The inputs
ZenScript
Copy
mods.naturesaura.AnimalSpawner.addRecipe(String name, String entity, int aura, int time, IIngredient[] ingredients)
ZenScript
Copy
mods.naturesaura.AnimalSpawner.removeRecipe(String name)