9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 22:16:20 +00:00
Files
Iris-Pack-Overworld/biomes/frozen_lake.json
2020-01-22 18:56:07 -05:00

19 lines
333 B
JSON

{
"name": "Frozen Lake",
"derivative": "FROZEN_OCEAN",
"type": "FLUID",
"fluid": "ICE",
"genHeight": -0.2,
"genAmp": 0,
"surface": [
"PACKED_ICE"
],
"subSurface": [
"STONE",
"GRAVEL"
],
"subSurfaceType": "simplex",
"objects":[
"spire/small=0.02"
]
}