mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-14 03:54:59 +00:00
26 lines
607 B
JSON
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"
|
|
} |