Starch Extractor
Package
import mods.calculator.starch;Methods
- IIngredient input The input.
- int value The amount of input adds to that machine.
Additon
starch.addRecipe(IIngredient input, int value);Removal
starch.removeRecipe(IIngredient input);import mods.calculator.starch;starch.addRecipe(IIngredient input, int value);starch.removeRecipe(IIngredient input);