9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/hot-desert-red.json
Brian Fopiano 6618461781 dwa
2021-06-06 14:09:10 -07:00

70 lines
1.5 KiB
JSON

{
"name": "Red Desert",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "desert-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
}
],
"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
}
]
}