Glowstone Extractor

Link to glowstone-extractor

ZenScript
Copy
import mods.calculator.glowstone;
  • IIngredient input The input.
  • Int value The amount of input adds to that machine.
ZenScript
Copy
glowstone.addRecipe(IIngredient input, int value);
ZenScript
Copy
glowstone.removeRecipe(IIngredient input);