9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/mesa/river.json
2021-07-03 22:41:52 -07:00

66 lines
1.4 KiB
JSON

{
"name": "Mesa River",
"vanillaDerivative": "DESERT_LAKES",
"derivative": "DESERT_LAKES",
"generators": [
{
"generator": "plain",
"max": -4,
"min": -15
}
],
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 0.7,
"palette": [
{
"block": "red_sand"
},
{
"block": "orange_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "red_sand"
},
{
"block": "terracotta"
},
{
"block": "gravel"
},
{
"block": "red_sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "red_sand"
}
]
}
],
"decorators": [
{
"chance": 0.2,
"palette": [
{
"block": "seagrass"
}
]
}
]
}