Wire Mill
Link to wire-mill
Importing the Package
Link to importing-the-package
mods.techreborn.wireMill
Adding Recipes
Link to adding-recipes
ZenScript Copymods.techreborn.wireMill.addRecipe(IItemStack output1, IIngredient input1, int ticktime, int euTick);
Removing Recipes
Link to removing-recipes
ZenScript Copymods.techreborn.wireMill.removeRecipe(IItemStack output);
mods.techreborn.wireMill.removeAll();