Heat element (Mekanism)
Add a heat bar in the machine gui.
This element requires Custom Machinery Mekanism to be installed.
The heat gui element is used to display the content of a heat component present in the machine.
Heat elements are defined in json with : "type": "custommachinery:heat"
.
Note that if you didn't set a heat component in the machine json the heat element will still work but will always show a value of 0.
Properties
The heat element has 3 mandatory properties and 5 optional properties :
Mandatory properties
"type": "custommachinery:heat" //Mandatory to define a heat element.
Optional properties
Example
A typical heat gui element :
{
"type": "custommachinery:heat",
"x": 20,
"y": 20
}
Result :

Last updated