Starch Extractor

Link to starch-extractor

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