mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
32 lines
656 B
JSON
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
|
|
} |