9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/iris.overworld.hot/biomes/hot-ocean.json
Daniel Mills a348090bc1 Tweaks
2020-07-18 07:28:33 -04:00

34 lines
618 B
JSON

{
"name": "Hot Ocean",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"generators":[
{
"generator": "plain",
"min": -41,
"max": -7
}
],
"derivative": "SWAMP"
}