9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/frozen_ocean.json
2020-01-17 09:19:29 -05:00

26 lines
440 B
JSON

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