9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/dev.brian/biomes/ocean.json
Daniel Mills 639dcf27f4 Brian test
2020-07-20 20:52:08 -04:00

27 lines
473 B
JSON

{
"name": "Sea",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"generators":[
{
"generator": "plain",
"min": -8,
"max": -5
}
],
"derivative": "OCEAN"
}