Craft

The processor for crafting recipes.

The craft processor is used to make the machine process Craft recipes.

Properties

There is no additional properties for this processor.

Example

Make the machine use the craft processor instead of the machine processor :

{
    "name": "Name of the machine",
    "appearance": {},
    "processor": {
        "type": "custommachinery:craft"
    }
}

Last updated