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

Health Processor

Package

script.zs
import mods.calculator.health;

Methods

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

Additon

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

Removal

script.zs
health.removeRecipe(IIngredient input);