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 3ccc523da9 f
2020-01-22 14:31:04 -05:00

23 lines
442 B
JSON

{
"name": "Mountains",
"derivative": "EXTREME_HILLS",
"type": "LAND",
"region": "cold",
"parent": "Plains",
"genHeight": 0,
"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
}