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