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

Chisel

Package

script.zs
import mods.terrafirmacraft.Chisel;

Addition

script.zs
Chisel.addRecipe(String registryName, IItemStack input, IItemStack output);

Removal

script.zs
Chisel.removeRecipe(IItemStack output);
Chisel.removeRecipe(String registryName);