Processor

Customize which types of recipe the machine will process.

A processor is the part of the machine that process recipes.

Each processor type target a specific recipe type.

Specifying a processor is optional, if not specified the machine processor will be used.

Available processors

MachineCraft

Default

Default processor, if the property is not specified :

"processor": {
    "type": "custommachinery:machine"
}

Example

If you want to use the Craft processor instead :

"processor": {
    "type": "custommachinery:craft"
}

Last updated