Importing the Package

Link to importing-the-package

mods.techreborn.wireMill

ZenScript
Copy
mods.techreborn.wireMill.addRecipe(IItemStack output1, IIngredient input1, int ticktime, int euTick);

Removing Recipes

Link to removing-recipes

ZenScript
Copy
mods.techreborn.wireMill.removeRecipe(IItemStack output);
mods.techreborn.wireMill.removeAll();