Extractor
Package
import mods.ic2.Extractor;
Methods
- IItemStack output
 - IIngredient input
 
Addition
mods.ic2.Extractor.addRecipe(IItemStack output, IIngredient input);
mods.ic2.Extractor.addRecipe(<minecraft:diamond_block>, <minecraft:dirt> * 64);Removal
- If using Ic2 Experimental, to remove a recipe, simply remove the corresponding line in 
config/ic2/extractor.ini - If using Ic2 Classic, to remove a recipe, simply disable the corresponding recipe in 
config/ic2/ic2machineRecipes.json.