The RuneAltar package is used for adding or removing recipes to/from the Botania Rune Altar.

You can call the RuneAltar package using mods.botania.RuneAltar

Find all registered Recipes

Link to find-all-registered-recipes

You can find all registered Rune Altar recipes using /ct botania altar.

ZenScript
Copy
//mods.botania.RuneAltar.addRecipe(IItemStack output, IIngredient[] input, int mana);
mods.botania.RuneAltar.addRecipe(<minecraft:planks>,[<minecraft:grass>, <minecraft:dirt>], 200);
ZenScript
Copy
//mods.botania.RuneAltar.removeRecipe(IIngredient output);
mods.botania.RuneAltar.removeRecipe(<Botania:rune>);