te.coolant
Tweaks involving Coolants for the Thermal Mediator from Thermal Expansion.
Note
The coolant command can be used to view recipes.
add
te.coolant.add : fluid coolant, integer thermal capacity, integer factor
Adds a fluid to the coolant list with specified thermal capacity and coolant factor.
Example
#adds lava to coolants, with thermal capacity of 1 million and 80% coolant factor
te.coolant.add : fuid(lava), 1000000, 80;
remove
te.coolant.remove : all *
te.coolant.remove : fluid fluid
Remove all or selected items.
Example
#disable all coolants
te.coolant.remove : *;
#disable water
te.coolant.remove : fluid(water);
