1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-14 03:54:59 +00:00
Files
bedrock-samples/metadata/json_schemas/server/biome/1.21.100/The End Surface Biome Component.json
2025-09-09 10:02:11 -07:00

26 lines
607 B
JSON

{
"$id": "3978796423",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"type": {
"const": "minecraft:the_end",
"description": "Use default Minecraft End terrain generation.",
"enum": [
"minecraft:overworld",
"minecraft:frozen_ocean",
"minecraft:mesa",
"minecraft:swamp",
"minecraft:capped",
"minecraft:the_end"
],
"title": "SurfaceBuilderType",
"type": "string"
}
},
"required": [
"type"
],
"title": "minecraft:the_end",
"type": "object",
"x-format-version": "1.21.100"
}