Config element
Add an I/O side config button to the machine gui
The config gui element is used to add an I/O side config button on the Machine GUI.
Config elements are defined in json with : "type": "custommachinery:config"
.
Properties
The config element has 3 mandatory properties and 6 optional properties :
Mandatory properties
"type": "custommachinery:config" //Mandatory to define a config element.
Optional properties
Example
A basic config element using the base texture provided by Custom Machinery :
{
"type": "custommachinery:config",
"x": 20,
"y": 20
}

Last updated