mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-31 04:36:33 +00:00
76 lines
1.7 KiB
JSON
76 lines
1.7 KiB
JSON
{
|
|
"name": "Desert",
|
|
"layers": [
|
|
{
|
|
"palette": [
|
|
"RED_SAND"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 2,
|
|
"maxHeight": 9,
|
|
"palette": [
|
|
"RED_SANDSTONE"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 6,
|
|
"maxHeight": 18,
|
|
"dispersion": "SCATTER",
|
|
"palette": [
|
|
"STONE",
|
|
"ANDESITE",
|
|
"STONE"
|
|
]
|
|
}
|
|
],
|
|
"children": [
|
|
"hot-desert-hills"
|
|
],
|
|
"decorators": [
|
|
{
|
|
"verticalZoom": 20,
|
|
"verticalVariance": "WISPY",
|
|
"dispersion": "SCATTER",
|
|
"variance": "SCATTER",
|
|
"stackMin": 1,
|
|
"stackMax": 5,
|
|
"chance": 0.005,
|
|
"palette": [
|
|
"CACTUS"
|
|
]
|
|
},
|
|
{
|
|
"zoom": 0.3,
|
|
"chance": 0.0235,
|
|
"palette": [
|
|
"minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]",
|
|
"minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]"
|
|
],
|
|
"dispersion": "SCATTER",
|
|
"variance": "SCATTER"
|
|
},
|
|
{
|
|
"zoom": 0.3,
|
|
"chance": 0.092,
|
|
"palette": [
|
|
"DEAD_BUSH"
|
|
],
|
|
"dispersion": "SCATTER",
|
|
"variance": "SCATTER"
|
|
}
|
|
],
|
|
"generators":[
|
|
{
|
|
"generator": "plain",
|
|
"min": 4,
|
|
"max": 6
|
|
},
|
|
{
|
|
"generator": "wavy",
|
|
"min": 2,
|
|
"max": 5
|
|
}
|
|
],
|
|
"derivative": "DESERT"
|
|
} |