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