9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-03 22:16:33 +00:00
Files
Iris-Pack-EarthWorld/dev.dan/biomes/mountains-dan.json
Daniel Mills fe9fee9ee1 Decor
2020-07-17 18:56:26 -04:00

49 lines
1.0 KiB
JSON

{
"name": "Mountains",
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"dispersion": "SCATTER",
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"generators":[
{
"generator": "mountain",
"min": 7,
"max": 42
},
{
"generator": "rough",
"min": 1,
"max": 3
}
],
"decorators": [
{
"zoom": 0.1,
"chance": 0.01,
"palette": ["WHITE_TULIP", "BLUE_ORCHID", "POPPY"],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 0.3,
"chance": 0.1,
"palette": ["GRASS"],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"derivative": "MOUNTAINS"
}