9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/biomes/deep_ocean.json
Daniel Mills 0c80aff31a Deep oceans
2020-01-25 17:44:54 -05:00

27 lines
457 B
JSON

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