Exchange Tablet
Link to exchange-tablet
Importing the Package
Link to importing-the-package
ZenScript Copyimport mods.embers.Alchemy;
Adding Recipes
Link to adding-recipes
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 Copymods.embers.Alchemy.add(IItemStack output, IIngredient[] inputs, int[][string] aspectRange);
Removing Recipes
Link to removing-recipes
ZenScript Copymods.embers.Alchemy.remove(IItemStack output);
Custom Aspecti
Link to custom-aspecti
ZenScript Copymods.embers.Alchemy.addAspect(string name, IItemStack item);