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

Crucible

Package

mods.thermalexpansion.Crucible

Addition

script.zs
mods.thermalexpansion.Crucible.addRecipe(ILiquidStack output, IItemStack input, int energy);
mods.thermalexpansion.Crucible.addRecipe(<liquid:refined_oil>, <minecraft:diamond>, 50);

Removal

script.zs
mods.thermalexpansion.Crucible.removeRecipe(IItemStack input);
mods.thermalexpansion.Crucible.removeRecipe(<minecraft:glowstone>);