47 lines
1003 B
JSON
47 lines
1003 B
JSON
{
|
|
"$id": "minecraft.behavior.biomes.1.12.0.components.minecraft.overworld_height",
|
|
"title": "Overworld Height",
|
|
"description": "Noise parameters used to drive terrain height in the Overworld.",
|
|
"type": "object",
|
|
"minProperties": 0,
|
|
"maxProperties": 2,
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"noise_params": {
|
|
"title": "Noise Params",
|
|
"description": "UNDOCUMENATED",
|
|
"type": "array",
|
|
"items": [
|
|
{
|
|
"type": "number"
|
|
},
|
|
{
|
|
"type": "number"
|
|
}
|
|
]
|
|
},
|
|
"noise_type": {
|
|
"title": "Noise Type",
|
|
"description": "UNDOCUMENATED",
|
|
"type": "string",
|
|
"enum": [
|
|
"stone_beach",
|
|
"deep_ocean",
|
|
"default",
|
|
"default_mutated",
|
|
"lowlands",
|
|
"river",
|
|
"ocean",
|
|
"taiga",
|
|
"mountains",
|
|
"highlands",
|
|
"mushroom",
|
|
"less_extreme",
|
|
"extreme",
|
|
"beach",
|
|
"swamp"
|
|
]
|
|
}
|
|
}
|
|
}
|