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

Sawmill

Package

mods.thermalexpansion.Sawmill

Addition

script.zs
mods.thermalexpansion.Sawmill.addRecipe(IItemStack output, IItemStack input, int energy, @Optional IItemStack secondaryOutput, @Optional int secondaryChance);
mods.thermalexpansion.Sawmill.addRecipe(<minecraft:diamond>, <minecraft:stick>, 1500, <minecraft:stone>, 20);

Removal

script.zs
mods.thermalexpansion.Sawmill.removeRecipe(IItemStack input);
mods.thermalexpansion.Sawmill.removeRecipe(<minecraft:painting>);