-
Notifications
You must be signed in to change notification settings - Fork 17
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.
How to define a Fuel Requirement:
{
"type": "custommachinery:fuel"
}
3. Machine GUI
- Dump Element
- Energy Element
- Fluid Element
- Fuel Element
- Player Inventory Element
- Progress Bar Element
- Reset Element
- Slot Element
- Status Element
- Text Element
- Texture Element
5. Catalysts
- Biome Requirement
- Block Requirement
- Command Requirement
- Dimension Requirement
- Drop Requirement
- Durability Requirement
- Effect Requirement
- Energy Requirement
- Energy Per Tick Requirement
- Entity Requirement
- Fluid Requirement
- Fluid Per Tick Requirement
- Fuel Requirement
- Item Requirement
- Light Requirement
- Loot Table Requirement
- Position Requirement
- Structure Requirement
- Redstone Requirement
- Time Requirement
- Weather Requirement