9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 12:19:14 +00:00
Files
Iris-Pack-EarthWorld/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"
}