mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-07-22 18:48:18 +00:00
19 lines
618 B
JSON
19 lines
618 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "781829906",
|
|
"x-format-version": "1.21.20",
|
|
"x-minecraft-version": "1.21.90-beta.3",
|
|
"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"
|
|
}
|
|
}
|
|
} |