9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/biomes/frozen_deep_ocean.json
Daniel Mills a7e6f422b8 Forests
2020-01-26 23:17:38 -05:00

32 lines
567 B
JSON

{
"name": "Frozen Deep Ocean",
"derivative": "FROZEN_OCEAN",
"type": "FLUID",
"fluid": "ICE",
"genHeight": -0.65,
"genAmp": 0,
"surface": [
"PACKED_ICE",
"ICE",
"ICE",
"ICE",
"CLAY",
"GRAVEL"
],
"surfaceType": "simplex",
"subSurface": [
"SAND",
"SAND",
"SAND",
"CLAY",
"GRAVEL"
],
"subSurfaceType": "simplex",
"rock": [
"SANDSTONE"
],
"objects":[
"spire/small=0.11",
"spire/medium=0.055"
]
}