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

26 lines
440 B
JSON

{
"name": "Channel",
"derivative": "OCEAN",
"type": "FLUID",
"genHeight": -0.25,
"genAmp": 0,
"surface": [
"SAND",
"SAND",
"CLAY",
"GRAVEL"
],
"surfaceScale": 0.7,
"surfaceType": "simplex",
"subSurface": [
"SAND",
"SAND",
"SAND",
"CLAY",
"GRAVEL"
],
"subSurfaceType": "simplex",
"rock": [
"SANDSTONE"
]
}