te.crucible
Tweaks involving the Magma Crucible from Thermal Expansion.
Note
The crucible command can be used to view recipes.
add
te.crucible.add : fluid output, item input, integer energy
Adds a recipe to the Magma Crucible.
Example
#convert diamond to lava
te.crucible.add : fluid(lava), item(minecraft:diamond), 4000;
remove
te.crucible.remove : all *
te.crucible.remove : item input
Remove all or selected items.
Example
#disable all recipes
te.crucible.remove : *;
#disable the recipe for diamond
te.crucible.remove : item(minecraft:diamond);
