9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 12:19:14 +00:00
Files
Iris-Pack-EarthWorld/biomes/ocean/oce-hot-river.json

44 lines
1.0 KiB
JSON

{
"name": "Hot river",
"vanillaDerivative": "DESERT_LAKES",
"derivative": "DESERT_LAKES",
"generators": [{
"generator": "plain",
"max": -15,
"min": -5
}],
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "VASCULAR"},
"zoom": 0.4,
"palette": [
{"block": "sand"},
{"block": "clay"},
{"block": "sand"},
{"block": "gravel"},
{"block": "sand"},
{"block": "dirt"},
{
"weight": 2,
"block": "sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [
{"block": "sand"},
{"block": "brown_terracotta"},
{
"weight": 2,
"block": "sand"
}
]
}
]
}