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.

The "mode" property of an item component with fuel variant must be "input" or "both" to let the player place upgrade items inside the slot.

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