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

Pulverizer

Package

mods.thermalexpansion.Pulverizer

Addition

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

Removal

script.zs
mods.thermalexpansion.Pulverizer.removeRecipe(IItemStack input);
mods.thermalexpansion.Pulverizer.removeRecipe(<thermalfoundation:material:136>);