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

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"
}