9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 20:29:12 +00:00
Files
Iris-Pack-EarthWorld/biomes/hot/river.json
2021-07-03 22:41:52 -07:00

47 lines
1016 B
JSON

{
"name": "Hot river",
"vanillaDerivative": "DESERT_LAKES",
"derivative": "DESERT_LAKES",
"generators": [
{
"generator": "plain",
"max": -5,
"min": -15
}
],
"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"
}
]
}
]
}