Pulverizer
Link to pulverizer
Package
Link to package
mods.thermalexpansion.Pulverizer
Addition
Link to addition
ZenScript Copymods.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
Link to removal
ZenScript Copymods.thermalexpansion.Pulverizer.removeRecipe(IItemStack input);
mods.thermalexpansion.Pulverizer.removeRecipe(<thermalfoundation:material:136>);