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

Fabrication Chamber

Not fully implimented, only takes one input.

Package

script.zs
import mods.calculator.fabricationChamber;

Methods

Addition

script.zs
fabricationChamber.addRecipe(IIngredient input, IIngredient output);

Removal

script.zs
fabricationChamber.removeRecipe(IIngredient input);