Fuel
The item component variant that burn items.
Use this item component variant to make the slot a fuel slot.
A fuel slot will burn the items inside it to process recipes that have a Fuel requirement.
The "mode" property of an item component with fuel variant must be "input"
or "both"
to let the player place fuel items inside the slot.
ID
"variant": "custommachinery:fuel"
Accepted items
Any item that have a burn time (like wood and coal) and match the filter defined in the item component "filter" property.
Example
A simple fuel slot :
{
"type": "custommachinery:item",
"id": "fuel",
"mode": "input",
"variant": "custommachinery:fuel"
}
Last updated