mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-07-23 20:21:47 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "1613409896",
|
|
"x-format-version": "1.21.20",
|
|
"x-minecraft-version": "1.21.90-beta.3",
|
|
"definitions": {
|
|
"781829906": {
|
|
"title": "struct SharedTypes::v1_21_20::DimensionPaddingRange",
|
|
"description": "Specifies the padding for the top and bottom of the world",
|
|
"type": "object",
|
|
"properties": {
|
|
"bottom": {
|
|
"description": "The padding from the bottom of the world",
|
|
"type": "integer"
|
|
},
|
|
"top": {
|
|
"description": "The padding from the top of the world",
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"title": "class std::variant<unsigned int,struct SharedTypes::v1_21_20::DimensionPaddingRange>",
|
|
"oneOf": [
|
|
{
|
|
"type": "integer"
|
|
},
|
|
{
|
|
"description": "Specifies the padding for the top and bottom of the world",
|
|
"$ref": "#/definitions/781829906"
|
|
}
|
|
]
|
|
} |