9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/biomes/forest_mountains.json
Brian Fopiano 58b652ca39 OWo
2020-01-19 04:54:36 -08:00

23 lines
527 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/oak/medium=0.2",
"tree/oak/small=0.2"
]
}