Machine components

Customize the inventory, buffers and world interactions of the machine.

Machine components are what allow the machine to use the different systems the game provide.

These components must be defined in the machine json, under the component property.

circle-info

There is no limit to how many components you can add.

Available components

There are currently 4 available components :

Energy componentchevron-rightFluid componentchevron-rightItem componentchevron-rightRedstone componentchevron-right

Template

{
    "name": "Machine",
    "appearance": {},
    "components": [
        {
            //First component
        }, 
        {
            //Second component
        }
    ]
}
circle-info

Machine Components are optional, if you don't want it just don't put it in the machine json.