9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/lake.json
Daniel Mills 3ccc523da9 f
2020-01-22 14:31:04 -05:00

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"
}