Machine
The processor for machine recipes.
The machine processor is used by default to process Machine recipes.
If the "processor"
property is not specified in the machine json, this processor will be used by default.
Properties
There are 2 optional properties for this processor :
Optional properties
Example
Make the machine use the machine processor with 4 cores :
{
"name": "Name of the machine",
"appearance": {},
"processor": {
"type": "custommachinery:machine",
"amount": 4
}
}
Last updated