1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-07-25 12:34:16 +00:00
Files
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

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"
]
}