mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
23 lines
442 B
JSON
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
|
|
} |