Offering to the Gods

Link to offering-to-the-gods

ZenScript
Copy
mods.naturesaura.Offering
  • 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
ZenScript
Copy
mods.naturesaura.Offering.addRecipe(String name, IIngredient input, int inputAmount, IIngredient startItem, IItemStack output)
ZenScript
Copy
mods.naturesaura.Offering.removeRecipe(IItemStack output)