9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/dev.dan/biomes/mountains-dan.json
2020-07-17 04:16:29 -04:00

33 lines
627 B
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": 12
}
],
"derivative": "MOUNTAINS"
}