1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-07-05 23:33:44 +00:00
Files
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

95 lines
2.5 KiB
JSON

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