Machine GUI

Customize the GUI of the machine.

The Machine GUI is the main tool to interact with the machine in-world. It will be used to display the current status of the machine as well as the different components and their contents.

A machine GUI is not mandatory, if you don't want it just don't put it in the machine json.

A Machine GUI is composed of various GUI Elements, there is no limit of how many elements you can put.

The Machine GUI and it's Elements must be defined as such in the machine json :

"gui": [
    {
        //Element 1
    },
    {
        //Element 2
    }
]

By default the machine gui has no background, to change that and/or change the size of the gui see the background element wiki page.

GUI Elements

There are currently 17 available GUI elements :

Background elementBar elementButton elementConfig elementDump elementEmpty elementEnergy elementExperience elementFluid elementFuel elementPlayer inventory elementProgress bar elementReset elementSplit elementSlot elementStatus elementText elementTexture element

Last updated