mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
41 lines
996 B
JSON
41 lines
996 B
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"}]
|
|
}]
|
|
}
|