9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00

Mesa mountains cliffs

This commit is contained in:
Daniel Mills
2020-01-16 00:50:45 -05:00
parent 6359d4797d
commit 03fd83727a

View File

@@ -1,8 +1,10 @@
{
"name": "Mesa Mountains",
"derivative": "Mesa",
"height": 0.17,
"height": 0.215,
"region": "hot",
"cliffs": true,
"cliffScale": 0.89,
"surface": [
"HARD_CLAY",
"STAINED_CLAY:1",
@@ -10,9 +12,8 @@
"STAINED_CLAY:12"
],
"dirt": [
"CLAY",
"SAND:1",
"SAND"
"HARD_CLAY"
],
"dirtDepth": 0,
"surfaceType": "simplex"
}