mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-08-07 09:11:54 +00:00
24 lines
749 B
JSON
24 lines
749 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3308324084",
|
|
"x-format-version": "1.20.50",
|
|
"x-minecraft-version": "1.21.100-beta.6",
|
|
"title": "minecraft:fuel",
|
|
"description": "Fuel item component allows this item to be used as fuel in a furnace to 'cook' other items.",
|
|
"oneOf": [
|
|
{
|
|
"type": "number",
|
|
"minimum": 0.05000000074505806
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"duration": {
|
|
"description": "Amount of time, in seconds, this fuel will cook items.",
|
|
"type": "number",
|
|
"minimum": 0.05000000074505806
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |