mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-03 22:16:20 +00:00
19 lines
333 B
JSON
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"
|
|
]
|
|
} |