Importing the Package

Link to importing-the-package

ZenScript
Copy
import mods.embers.Alchemy;

Note: The first element of inputs corresponds to the center of the tablet. Note: aspectRange must be an associative array with a string aspect as the key and an int[] range as the value. The range can be obtained using start .. (end + 1) or start to (end + 1).

ZenScript
Copy
mods.embers.Alchemy.add(IItemStack output, IIngredient[] inputs, int[][string] aspectRange);

Removing Recipes

Link to removing-recipes

ZenScript
Copy
mods.embers.Alchemy.remove(IItemStack output);
ZenScript
Copy
mods.embers.Alchemy.addAspect(string name, IItemStack item);