Grinder
Importing the Package
mods.techreborn.grinder
Adding Recipes
mods.techreborn.grinder.addRecipe(IItemStack output, IIngredient input1, int ticktime, int euTick);
Removing Recipes
mods.techreborn.grinder.removeInputRecipe(IIngredient ingredient);mods.techreborn.grinder.removeRecipe(IItemStack output);mods.techreborn.grinder.removeAll();