9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 12:19:14 +00:00
Files
Iris-Pack-EarthWorld/biomes/mountains.json
2020-01-18 02:49:03 -05:00

19 lines
391 B
JSON

{
"name": "Mountains",
"derivative": "EXTREME_HILLS",
"type": "LAND",
"region": "cold",
"parent": "Plains",
"genHeight": 0.115,
"genAmplifier": 1.12,
"genScale": 0.885,
"genSwirl": 2.44,
"genSwirlScale": 12.5,
"cliffScale": 0.85,
"cliffChance": 0.452,
"cliffs": true,
"scatter":[
"LONG_GRASS:2=0.04"
],
"dirtDepth": 0
}