Wire Mill
Importing the Package
mods.techreborn.wireMill
Adding Recipes
mods.techreborn.wireMill.addRecipe(IItemStack output1, IIngredient input1, int ticktime, int euTick);
Removing Recipes
mods.techreborn.wireMill.removeRecipe(IItemStack output);mods.techreborn.wireMill.removeAll();