PNC Heat element (PNC)
Add a Pneumaticcraft heat bar in the machine gui.
This gui element requires Custom Machinery Pneumaticcraft 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:pnc_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:pnc_heat" //Mandatory to define a PNC heat element.
Optional properties
Example
A typical heat gui element :
{
"type": "custommachinery:pnc_heat",
"x": 20,
"y": 20
}
Result :

Last updated