9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/mountains.json
Daniel Mills 0e4ac58b49 Tweaks
2020-01-21 20:06:58 -05:00

27 lines
539 B
JSON

{
"name": "Mountains",
"derivative": "EXTREME_HILLS",
"type": "LAND",
"region": "cold",
"parent": "Plains",
"genHeight": 0,
"genAmplifier": 1.41,
"genScale": 0.54,
"genSwirl": 1.44,
"genSwirlScale": 12.5,
"cliffScale": 1.19,
"cliffChance": 0.37,
"cliffs": true,
"scatter":[
"LONG_GRASS:2=0.04"
],
"rock": [
"STAINED_CLAY:9",
"STONE:5",
"STONE"
],
"rockType": "simplex",
"rockDepth": 14,
"rockScale": 0.722,
"dirtDepth": 0
}