Natural Altar
Package
mods.naturesaura.Altar
Methods
- 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
Addition
mods.naturesaura.Altar.addRecipe(String name, IIngredient input, IItemStack output, IIngredient catalyst, int aura, int time)
Removal
mods.naturesaura.Altar.removeRecipe(IItemStack output)