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

Redstone Extractor

Package

script.zs
import mods.calculator.redstone;

Methods

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

Additon

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

Removal

script.zs
redstone.removeRecipe(IIngredient input);