mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"name": "Hot Desert Red",
|
|
"derivative": "DESERT",
|
|
"vanillaDerivative": "DESERT",
|
|
"children": ["hot/desert-dunes-red"],
|
|
"generators": [{
|
|
"generator": "smooth-dunes",
|
|
"max": 23,
|
|
"min": 10
|
|
}],
|
|
"layers": [{
|
|
"style": {"style": "FRACTAL_WATER"},
|
|
"zoom": 0.7,
|
|
"palette": [
|
|
{
|
|
"weight": 1,
|
|
"block": "red_sand"
|
|
},
|
|
{
|
|
"weight": 1,
|
|
"block": "smooth_red_sandstone"
|
|
}
|
|
],
|
|
"minHeight": 5,
|
|
"maxHeight": 5
|
|
}],
|
|
"jigsawStructures": [
|
|
{
|
|
"rarity": 1700,
|
|
"structure": "pillager"
|
|
},
|
|
{
|
|
"rarity": 1500,
|
|
"structure": "village-hot"
|
|
},
|
|
{
|
|
"rarity": 1900,
|
|
"structure": "desert-pyramid"
|
|
}
|
|
],
|
|
"decorators": [
|
|
{
|
|
"chance": 0.005,
|
|
"palette": [{"block": "dead_bush"}]
|
|
},
|
|
{
|
|
"chance": 0.01,
|
|
"palette": [{"block": "cactus"}],
|
|
"stackMin": 2,
|
|
"stackMax": 4,
|
|
"topPalette": [{
|
|
"block": "brain_coral_fan",
|
|
"data": {"waterlogged": "false"}
|
|
}]
|
|
},
|
|
{
|
|
"chance": 0.01,
|
|
"palette": [{"block": "cactus"}],
|
|
"stackMin": 2,
|
|
"stackMax": 7
|
|
}
|
|
]
|
|
}
|