1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-04-10 22:39:59 +00:00
Files
bedrock-samples/metadata/json_schemas/biome/v1.20.60/Biome Description v1.20.60.json
Mike Ammerlaan 8cb28e3b1e v1.21.70.3
2025-03-25 09:13:19 -07:00

16 lines
454 B
JSON

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