ZenScript
Copy
mods.naturesaura.Altar
  • String Name
  • IIngredient input The altars input.
  • IItemStack output The altars output.
  • IIngredient catalyst The catalyst block that is placed on one of the four corner blocks, can be null
  • int aura The amount of Aura required for the completion of the recipe
  • int time The time processes take in ticks
ZenScript
Copy
mods.naturesaura.Altar.addRecipe(String name, IIngredient input, IItemStack output, IIngredient catalyst, int aura, int time)
ZenScript
Copy
mods.naturesaura.Altar.removeRecipe(IItemStack output)