9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/mesa-river.json
2021-06-22 19:49:32 +02: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"
}
]
}
]
}