Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

Altar of Birthing

Package

script.zs
mods.naturesaura.AnimalSpawner

Methods

  • 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

Addition

script.zs
mods.naturesaura.AnimalSpawner.addRecipe(String name, String entity, int aura, int time, IIngredient[] ingredients)

Removal

script.zs
mods.naturesaura.AnimalSpawner.removeRecipe(String name)