9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/mesa_mountains.json
Daniel Mills f1bab6d91d Fixes
2020-01-16 01:29:48 -05:00

31 lines
632 B
JSON

{
"name": "Mesa Mountains",
"derivative": "Mesa",
"height": 0.215,
"region": "hot",
"cliffs": true,
"cliffScale": 0.89,
"cliffChance": 0.42,
"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
}