9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/hot-river.json
2021-06-08 13:47:20 -07:00

52 lines
1.1 KiB
JSON

{
"vanillaDerivative": "DESERT_LAKES",
"name": "Hot river",
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 0.5,
"palette": [
{
"block": "sand"
},
{
"block": "sandstone"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "sand"
},
{
"block": "brown_terracotta"
},
{
"weight": 2,
"block": "sand"
}
]
}
],
"generators": [
{
"generator": "plain",
"max": -5,
"min": -15
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "DESERT_LAKES"
}