Fuel
Checks whether the item is considered as fuel.
Type ID: origins:fuel
Fields
| Field | Type | Default | Description |
|---|---|---|---|
comparison |
Comparison | ">" |
Determines how the fuel time value (in ticks) of the item is compared to a specific value. |
compare_to |
Integer | 0 |
Which value to compare the fuel time value (in ticks) of the item to. |
Examples
"item_condition": {
"type": "origins:fuel",
"comparison": ">=",
"compare_to": 10
}
This example will check if the item fuel time value of 10 or more.