mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"name": " Mountains Plains",
|
|
"derivative": "DESERT",
|
|
"vanillaDerivative": "DESERT",
|
|
"generators": [
|
|
{
|
|
"generator": "smooth-dunes",
|
|
"max": 2,
|
|
"min": 3
|
|
}
|
|
],
|
|
"layers": [
|
|
{
|
|
"minHeight": 4,
|
|
"maxHeight": 6,
|
|
"palette": [
|
|
{
|
|
"block": "red_sand"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 2,
|
|
"maxHeight": 23,
|
|
"palette": [
|
|
{
|
|
"block": "red_sandstone"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"decorators": [
|
|
{
|
|
"chance": 0.001,
|
|
"variance": {
|
|
"style": "STATIC"
|
|
},
|
|
"stackMax": 5,
|
|
"style": {
|
|
"style": "STATIC"
|
|
},
|
|
"palette": [
|
|
{
|
|
"block": "cactus"
|
|
}
|
|
],
|
|
"heightVariance": {
|
|
"style": "STATIC"
|
|
},
|
|
"stackMin": 1
|
|
}
|
|
],
|
|
"wall": {
|
|
"palette": [
|
|
{
|
|
"block": "gray_terracotta"
|
|
}
|
|
]
|
|
}
|
|
} |