mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
18 lines
290 B
JSON
18 lines
290 B
JSON
{
|
|
"name": "Lake",
|
|
"derivative": "OCEAN",
|
|
"type": "FLUID",
|
|
"genHeight": -0.2,
|
|
"genAmp": 0,
|
|
"surface": [
|
|
"SAND"
|
|
],
|
|
"subSurface": [
|
|
"SAND",
|
|
"SAND",
|
|
"SAND",
|
|
"CLAY",
|
|
"GRAVEL"
|
|
],
|
|
"subSurfaceType": "simplex"
|
|
} |