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

Scientific Calculator

Package

script.zs
import mods.calculator.scientific;

Methods

Addition

script.zs
scientific.addRecipe(IIngredient input1, IIngredient input2, IIngredient output);

Removal

script.zs
scientific.removeRecipe(IIngredient output);