mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-19 07:11:56 +00:00
22 lines
540 B
JSON
22 lines
540 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3308324084",
|
|
"title": "minecraft:fuel v1.20.50",
|
|
"oneOf": [
|
|
{
|
|
"type": "number",
|
|
"minimum": 0.05000000074505806
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"duration": {
|
|
"type": "number",
|
|
"$metaProperties": {},
|
|
"minimum": 0.05000000074505806
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {}
|
|
} |