9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-31 12:46:30 +00:00
Files
Iris-Pack-EarthWorld/biomes/mesa_mountains.json
Daniel Mills a7e6f422b8 Forests
2020-01-26 23:17:38 -05:00

39 lines
806 B
JSON

{
"name": "Mesa Mountains",
"derivative": "Mesa",
"type": "LAND",
"parent": "Mesa & Mountains",
"region": "hot",
"cliffs": true,
"genHeight": 0,
"rarity": 2.83,
"genScale": 1.6,
"genAmplifier": 1.75,
"cliffScale": 0.89,
"cliffChance": 0.62,
"scatter": [
"STONE_BUTTON:5=0.16"
],
"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
}