1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-06 19:59:52 +00:00
Files
2025-09-09 10:02:11 -07:00

94 lines
1.9 KiB
JSON

{
"$id": "1486903430",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"1168660568": {
"properties": {
"max": {
"maximum": 512,
"minimum": -512,
"multipleOf": 16,
"type": "integer"
},
"min": {
"maximum": 512,
"minimum": -512,
"multipleOf": 16,
"type": "integer"
}
},
"required": [
"max",
"min"
],
"title": "Bounds",
"type": "object"
},
"1299192089": {
"properties": {
"identifier": {
"type": "string"
}
},
"required": [
"identifier"
],
"title": "Description",
"type": "object"
},
"164563289": {
"properties": {
"minecraft:dimension_bounds": {
"$ref": "#/definitions/1168660568"
},
"minecraft:generation": {
"$ref": "#/definitions/1892745351"
}
},
"required": [
"minecraft:generation"
],
"title": "Components",
"type": "object"
},
"1892745351": {
"properties": {
"generator_type": {
"type": "string"
}
},
"required": [
"generator_type"
],
"title": "Generation",
"type": "object"
},
"3731137331": {
"properties": {
"components": {
"$ref": "#/definitions/164563289"
},
"description": {
"$ref": "#/definitions/1299192089"
}
},
"required": [
"components",
"description"
],
"title": "Dimension",
"type": "object"
}
},
"properties": {
"minecraft:dimension": {
"$ref": "#/definitions/3731137331"
}
},
"required": [
"minecraft:dimension"
],
"title": "DimensionDocument",
"type": "object",
"x-format-version": "1.21.60"
}