mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
32 lines
562 B
JSON
32 lines
562 B
JSON
{
|
|
"name": "Frozen Ocean",
|
|
"derivative": "FROZEN_OCEAN",
|
|
"type": "FLUID",
|
|
"fluid": "ICE",
|
|
"genHeight": -0.25,
|
|
"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"
|
|
]
|
|
} |