9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/biomes/mesa_mountains.json
2020-01-18 02:49:03 -05:00

38 lines
804 B
JSON

{
"name": "Mesa Mountains",
"derivative": "Mesa",
"type": "LAND",
"parent": "Mesa & Mountains",
"height": 0,
"region": "hot",
"cliffs": true,
"genHeight": 0.108,
"genAmplifier": 1.02,
"genScale": 0.685,
"genSwirl": 3.44,
"genSwirlScale": 12.5,
"cliffScale": 0.89,
"cliffChance": 0.62,
"surface": [
"HARD_CLAY",
"STAINED_CLAY:1",
"STAINED_CLAY:8",
"STAINED_CLAY:12"
],
"surfaceType": "simplex",
"rock": [
"HARD_CLAY",
"STAINED_CLAY:1",
"STAINED_CLAY:8",
"STAINED_CLAY:12"
],
"rockType": "simplex",
"rockDepth": 18,
"subSurface": [
"HARD_CLAY"
],
"surfaceScale": 1,
"subSurfaceScale": 1,
"rockScale": 1,
"subSurfaceDepth": 0
}