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