te.pulverizer
Tweaks involving the Pulverizer from Thermal Expansion.
Note
The pulverizer command can be used to view recipes.
add
te.pulverizer.add : item output, item input, integer energy
te.pulverizer.add : item output, item input, item secondaryOutput, integer secondaryChance, integer energy
Adds a recipe to the Pulverizer.
Example
#convert diamond to emerald, with a 50% chance of getting coal
te.pulverizer.add : item(minecraft:emerald), item(minecraft:diamond), item(minecraft:coal), 50, 2000;
remove
te.pulverizer.remove : all *
te.pulverizer.remove : item input
Remove all or selected items.
Example
#disable all recipes
te.pulverizer.remove : *;
#disable the recipe for diamond
te.pulverizer.remove : item(minecraft:diamond);
