Offering to the Gods
Package
mods.naturesaura.Offering
Methods
- String Name
- IIngredient input The offering
- int ininputAmount The amount of items required for the input. Note that this means that the amount of the input variable is ignored
- IIngredient startItem the item required to start the offering
- IItemStack output The gift of the Offering
Addition
mods.naturesaura.Offering.addRecipe(String name, IIngredient input, int inputAmount, IIngredient startItem, IItemStack output)
Removal
mods.naturesaura.Offering.removeRecipe(IItemStack output)