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
2020-01-17 07:38:54 -05:00

14 lines
262 B
JSON

{
"name": "Mountains",
"derivative": "EXTREME_HILLS",
"type": "LAND",
"region": "cold",
"height": 0,
"scatter":[
"LONG_GRASS:2=0.04"
],
"dirtDepth": 0,
"cliffs": true,
"cliffScale": 0.95,
"cliffChance": 0.429
}