9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/biomes/forest_mountains.json
2020-01-18 02:49:03 -05:00

24 lines
574 B
JSON

{
"name": "Forest Mountains",
"derivative": "MUTATED_EXTREME_HILLS_WITH_TREES",
"type": "LAND",
"parent": "Forest & Mountains",
"region": "temperate",
"genHeight": 0.085,
"genAmplifier": 0.85,
"genScale": 0.685,
"genSwirl": 2.44,
"genSwirlScale": 12.5,
"cliffScale": 0.75,
"cliffChance": 0.412,
"cliffs": true,
"scatter":[
"LONG_GRASS:1=0.13",
"LONG_GRASS:2=0.13"
],
"objects": [
"tree/spruce/medium=0.67",
"tree/spruce/small=2.7",
"tree/spruce/dead/medium=0.09"
]
}