2021-01-03 18:59:21 +01:00
|
|
|
{
|
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
2021-01-05 00:06:46 +01:00
|
|
|
"$id": "blockception.minecraft.behaviour.1.16.100.items.minecraft:fuel",
|
|
|
|
|
"title": "Fuel",
|
|
|
|
|
"description": "Fuel component. Allows this item to be used as fuel in a furnace to 'cook' other items.",
|
2021-01-03 18:59:21 +01:00
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
2021-01-05 00:06:46 +01:00
|
|
|
"required": ["duration"],
|
|
|
|
|
"properties": {
|
|
|
|
|
"duration": {
|
|
|
|
|
"type": "number",
|
2021-01-18 01:29:00 +01:00
|
|
|
"title": "Duration",
|
2021-01-05 00:06:46 +01:00
|
|
|
"description": "How long in seconds will this fuel cook items for."
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-01-04 11:46:10 +01:00
|
|
|
}
|