9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/hot/desert-red.json
2021-07-04 16:54:47 -07:00

80 lines
1.7 KiB
JSON

{
"name": "Hot Desert Red",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 25
}
],
"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
}
]
}