te.diffuser
Tweaks involving the Decoctive Diffuser from Thermal Expansion.
Note
The diffuser command can be used to view recipes.
add
te.diffuser.add : item item, integer amplitude, integer duration
Adds a reagent to the Decoctive Diffuser with provided amplitude and duration bonuses.
The amplitude and duration multiply the values for each count, so 1 will double it, 2 will triple it and so on.
Example
#adds diamond to the reagents, doubling both amplitude and duration
te.diffuser.add : item(minecraft:diamond), 1, 1;
remove
te.diffuser.remove : all *
te.diffuser.remove : item item
Remove all or selected items.
Example
#disable all reagents
te.diffuser.remove : *;
#disable the reagent for diamond
te.diffuser.remove : item(minecraft:diamond);
