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

Extraction Chamber

Package

script.zs
import mods.calculator.extractionChamber;

Methods

Addition

script.zs
extractionChamber.addRecipe(IIngredient input, IIngredient output1, IIngredient output2);

Removal

script.zs
extractionChamber.removeRecipe(IIngredient output, IIngredient output2);