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

Flawless Calculator

Package

script.zs
import mods.calculator.flawless;

Methods

Addition

script.zs
flawless.addRecipe(IIngredient input1, IIngredient input2, IIngredient input3, IIngredient input4, IIngredient output);

Removal

script.zs
flawless.removeRecipe(IIngredient output);