9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/mountains.json
Daniel Mills 8520549e3d Rocks
2020-01-19 09:02:27 -05:00

27 lines
545 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"
],
"rock": [
"STAINED_CLAY:9",
"STONE:5",
"STONE"
],
"rockType": "simplex",
"rockDepth": 14,
"rockScale": 0.722,
"dirtDepth": 0
}