mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-31 04:36:38 +00:00
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"children": [],
|
|
"decorators": [],
|
|
"objects": [],
|
|
"name": "Mountains",
|
|
"layers": [
|
|
{
|
|
"minHeight": 1,
|
|
"terrainZoom": 5,
|
|
"maxHeight": 1,
|
|
"palette": ["STONE"],
|
|
"dispersion": "SCATTER"
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"terrainZoom": 5,
|
|
"maxHeight": 1,
|
|
"palette": ["DIRT"],
|
|
"dispersion": "SCATTER"
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"terrainZoom": 5,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
"DIRT",
|
|
"COARSE_DIRT"
|
|
],
|
|
"dispersion": "SCATTER"
|
|
},
|
|
{
|
|
"minHeight": 6,
|
|
"terrainZoom": 5,
|
|
"maxHeight": 18,
|
|
"palette": [
|
|
"STONE",
|
|
"ANDESITE",
|
|
"STONE"
|
|
],
|
|
"dispersion": "SCATTER"
|
|
}
|
|
],
|
|
"childShrinkFactor": 1.5,
|
|
"derivative": "MOUNTAINS",
|
|
"auxiliaryGenerators": [
|
|
{
|
|
"offsetX": 0,
|
|
"offsetZ": 0,
|
|
"min": 0,
|
|
"seed": 1337,
|
|
"max": 64,
|
|
"zoom": 3
|
|
}
|
|
],
|
|
"highHeight": 17,
|
|
"lowHeight": 9
|
|
}
|