9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-31 04:36:38 +00:00
Files
Iris-Pack-EarthWorld/dev.dan/biomes/mountains-dan.json
Daniel Mills 1fb91cdc2f Gens
2020-05-18 09:10:08 -04:00

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
}