Files
minecraft-bedrock-json-schemas/source/behavior/items/1.16.200/components/minecraft.fuel.json
2021-06-06 13:00:25 +02:00

10 lines
438 B
JSON

{
"$id": "blockception.minecraft.behavior.1.16.200.items.minecraft:fuel",
"title": "Fuel",
"description": "Fuel component. Allows this item to be used as fuel in a furnace to `cook` other items.",
"type": "object",
"additionalProperties": false,
"required": ["duration"],
"properties": { "duration": { "type": "number", "title": "Duration", "description": "How long in seconds will this fuel cook items for." } }
}