Fuel
Make the recipe consume a fuel like vanilla furnace
Fuel requirement is used to make the recipe need a fuel to be processed (like a furnace).
The fuel item must be provided with an Item Component with the "variant": "custommachinery:fuel"
property.
This requirement will only check if the machine is burning fuel. The check occurs every tick so if the machine run out of fuel during a process it will stop and wait for the player to add some fuel.
The requirement type of fuel requirement is : "custommachinery:fuel"
.
Properties
The fuel requirement has 1 mandatory property and 1 optional property.
Mandatory property
Optional property
Example
How to define a fuel requirement:
Last updated