1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-04-11 01:00:29 +00:00
Files
bedrock-samples/metadata/json_schemas/clientbiome/v1.21.40/Client Biome Description v1.21.40.json
Mike Ammerlaan 8cb28e3b1e v1.21.70.3
2025-03-25 09:13:19 -07:00

16 lines
546 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3072409085",
"title": "Client Biome Description",
"description": "Contains non-component settings for a Client Biome.",
"type": "object",
"properties": {
"identifier": {
"description": "The name of the Client Biome, used by other features like the '/locate biome' command. Must match the name of a Biome defined by the game or a behavior pack.",
"type": "string"
}
},
"required": [
"identifier"
]
}