9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/frozen_channel.json
2020-01-22 18:56:07 -05:00

32 lines
557 B
JSON

{
"name": "Frozen Channel",
"derivative": "FROZEN_OCEAN",
"type": "FLUID",
"fluid": "ICE",
"genHeight": -0.25,
"genAmp": 0,
"surface": [
"ICE",
"ICE",
"ICE",
"ICE",
"CLAY",
"GRAVEL"
],
"surfaceType": "simplex",
"subSurface": [
"SAND",
"SAND",
"SAND",
"CLAY",
"GRAVEL"
],
"subSurfaceType": "simplex",
"rock": [
"SANDSTONE"
],
"objects":[
"spire/small=0.03",
"spire/medium=0.025"
]
}