9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/biomes/mesa.json
Daniel Mills 84a8c36cf0 Fix
2020-01-24 19:04:56 -05:00

34 lines
681 B
JSON

{
"name": "Mesa",
"derivative": "Mesa",
"type": "LAND",
"parent": "Desert",
"genHeight": 0,
"region": "hot",
"scatter": [
"STONE_BUTTON:5=0.16"
],
"surface": [
"HARD_CLAY",
"STAINED_CLAY:1",
"STAINED_CLAY:8",
"STAINED_CLAY:12"
],
"subSurface": [
"HARD_CLAY",
"STAINED_CLAY:1",
"STAINED_CLAY:8",
"STAINED_CLAY:12"
],
"rock": [
"HARD_CLAY",
"STAINED_CLAY:1",
"STAINED_CLAY:8",
"STAINED_CLAY:12"
],
"dirtDepth": 2,
"rockDepth": 18,
"rockType": "simplex",
"dirtType": "simplex",
"surfaceType": "simplex"
}