v1.0.3
  • GitHub

Navigation

  • Home
  • Getting Started
    • Scripting
    • Tutorial - First Script
    • Tutorial - For Loops
  • Commands
    • enchant
    • fluid
    • hand
    • inventory
    • ore
    • recipe
    • te (Thermal Expansion)
  • Actions
    • Vanilla
      • furnace
      • recipes
    • Just Enough Items
      • jei
    • Thermal Expansion
      • Devices
        • te.collector
        • te.coolant
          • add
          • remove
        • te.diffuser
        • te.factorizer
        • te.fisher
        • te.tapper
      • Machines
        • te.compactor
        • te.crucible
        • te.furnace
        • te.insolator
        • te.pulverizer
        • te.sawmill
        • te.smelter
  • Arguments
    • all
    • boolean
    • float
    • fluid
    • ingredient
    • integer
    • item
    • null
    • ore
    • string
  • Roadmap
  • Changelog

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);


Built with MkDocs. Theme created by MinecraftForge. Hosted by Read the Docs.