1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-07-22 18:48:18 +00:00
Files
bedrock-samples/metadata/json_schemas/client_server/1.21.20/DimensionPaddingRange.json
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

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