mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-07 13:29:52 +00:00
18 lines
487 B
JSON
18 lines
487 B
JSON
{
|
|
"$id": "781829906",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Specifies the padding for the top and bottom of the world",
|
|
"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": "DimensionPaddingRange",
|
|
"type": "object",
|
|
"x-format-version": "1.21.20"
|
|
} |