9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/deep_ocean.json
Daniel Mills 8aff2caf3b Add oceans
2020-01-17 07:38:22 -05:00

26 lines
434 B
JSON

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