mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-11 01:00:29 +00:00
16 lines
546 B
JSON
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"
|
|
]
|
|
} |