Skip to content

Fuel Requirement

Frinn38 edited this page May 5, 2021 · 4 revisions

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 "fuel": true 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 : "type": "custommachinery:fuel" Put this in the requirement json to define a Fuel Requirement.

No other properties are required.

Example

How to define a Fuel Requirement:

{
    "type": "custommachinery:fuel"
}
Clone this wiki locally