Dawnstone Anvil
Importing the Package
import mods.embers.DawnstoneAnvil;
Adding Recipes
Note: A bin placed below the dawnstone anvil will only collect one output.
mods.embers.DawnstoneAnvil.add(IItemStack[] outputs, IIngredient inputTop, IIngredient inputBottom);
Removing Recipes
mods.embers.DawnstoneAnvil.remove(IIngredient inputTop, IIngredient inputBottom);
Blacklisting Repair
mods.embers.DawnstoneAnvil.blacklistRepair(IIngredient input);mods.embers.DawnstoneAnvil.blacklistMateriaRepair(IIngredient input);
Blacklisting Breakdown
mods.embers.DawnstoneAnvil.blacklistBreakdown(IIngredient input);