9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/biomes/mountains.json
2020-01-24 19:31:08 -05:00

32 lines
656 B
JSON

{
"name": "Mountains",
"derivative": "EXTREME_HILLS",
"type": "LAND",
"region": "cold",
"parent": "Plains",
"genHeight": 0,
"rarity": 1.13,
"genScale": 0.7,
"genAmplifier": 2.1,
"cliffScale": 1.19,
"cliffChance": 0.47,
"cliffs": true,
"scatter":[
"LONG_GRASS:2=0.04",
"STONE_BUTTON:5=0.13"
],
"rock": [
"STAINED_CLAY:9",
"STONE:5",
"STONE"
],
"objects": [
"boulder/stone/medium=0.1",
"Savana/rocks=0.2",
"Savana/clutter=0.2"
],
"rockType": "simplex",
"rockDepth": 14,
"rockScale": 0.722,
"dirtDepth": 0
}