mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-07-25 12:34:16 +00:00
21 lines
550 B
JSON
21 lines
550 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "4244055937",
|
|
"x-format-version": "1.21.20",
|
|
"x-minecraft-version": "1.21.90-beta.3",
|
|
"title": "GenerationStep",
|
|
"type": "string",
|
|
"enum": [
|
|
"raw_generation",
|
|
"lakes",
|
|
"local_modifications",
|
|
"underground_structures",
|
|
"surface_structures",
|
|
"strongholds",
|
|
"underground_ores",
|
|
"underground_decoration",
|
|
"fluid_springs",
|
|
"vegetal_decoration",
|
|
"top_layer_modification"
|
|
]
|
|
} |