Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

Starch Extractor

Package

script.zs
import mods.calculator.starch;

Methods

  • IIngredient input The input.
  • int value The amount of input adds to that machine.

Additon

script.zs
starch.addRecipe(IIngredient input, int value);

Removal

script.zs
starch.removeRecipe(IIngredient input);