mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-02 03:59:56 +00:00
18 lines
588 B
JSON
18 lines
588 B
JSON
{
|
|
"$id": "627767384",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Contains non-component settings for a Client Biome.",
|
|
"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.",
|
|
"pattern": "^[a-z0-9._%+-]+:[a-z0-9._%+-]+$",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"identifier"
|
|
],
|
|
"title": "Client Biome Description",
|
|
"type": "object",
|
|
"x-format-version": "1.21.90"
|
|
} |