9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 03:39:16 +00:00
Files
Iris-Pack-EarthWorld/biomes/deep_ocean.json
2020-01-17 09:19:29 -05:00

26 lines
434 B
JSON

{
"name": "Deep Ocean",
"derivative": "DEEP_OCEAN",
"type": "FLUID",
"height": -0.1,
"surface": [
"SAND",
"SAND",
"SAND",
"SAND",
"CLAY",
"GRAVEL"
],
"surfaceType": "simplex",
"subSurface": [
"SAND",
"SAND",
"SAND",
"CLAY",
"GRAVEL"
],
"subSurfaceType": "simplex",
"rock": [
"SANDSTONE"
]
}