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