Heat component (Mekanism)
Add Mekanism heat capability for your machine.
This component requires Custom Machinery Mekanism to be installed.
This is the component that let your machine interact with the Mekanism heat system, it is also compatible with any mods that make use of Mekanism heat.
Heat component is defined as a unique machine component, meaning that you can only have 1 per machine.
If you try to define more than 1 heat component only the first will be used.
The heat component make use of the Config property (same as items, fluid, energy, gas etc...) to configure which sides of the machine can transfer heat.
By default all sides of the machine will be in enabled mode.
Heat component is defined with "type": "custommachinery:heat" in the json.
Properties
The heat component has only 1 mandatory property and 5 optional properties :
Mandatory properties
"type": "custommachinery:heat" //Mandatory to define a heat component.Optional properties
Inverse conduction coefficient
Name : conduction
conductionDescription :
I don't really know what it does, so here is the definition from Mekanism API :
"This value defines how much heat is allowed to be dissipated. The larger the number the less heat can dissipate. The trade-off is that it also allows for lower amounts of heat to be inserted."
It's a decimal value that must be greater than 0.
Default : 1
Example :
The machine's inverse conduction coefficient will be 0.5
Example
The most basic heat component :
A heat component that will allow transfer heat on all sides but front :
Last updated