Upgrade

The item component variant that hold upgrades.

Use this variant to make an upgrade slot.

The slot will be able to hold Machine upgrades and apply them to recipes.

ID

"variant": "custommachinery:upgrade"

Accepted items

Any item that are defined as machine upgrade and match the filter defined in the item component "filter" property.

Example

A simple upgrade slot :

{
    "type": "custommachinery:item",
    "id": "upgrade",
    "mode": "input",
    "variant": "custommachinery:upgrade"
}

Last updated