9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 20:56:31 +00:00
Files
Iris-Pack-Overworld/biomes/hot/hot-desert-dunes.json

96 lines
2.2 KiB
JSON

{
"name": "Hot Desert Dunes",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [{
"generator": "smooth-dunes",
"max": 23,
"min": 10
}],
"layers": [
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 4.5,
"maximumSlope": 20
},
"palette": [{"block": "terracotta"}]
},
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [{
"weight": 1,
"block": "sand"
}]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1500,
"structure": "village-hot"
},
{
"rarity": 1900,
"structure": "desert-pyramid"
}
],
"objects": [
{
"chance": 0.001,
"density": 3,
"place": [
"clutter/desert-post1",
"clutter/desert-post2",
"clutter/desert-post3"
]
},
{
"chance": 0.001,
"mode": "STILT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"pyramid/pyramid-extreme",
"void/void",
"void/void",
"void/void"
],
"translate": {
"x": 0,
"y": -19,
"z": 0
}
}
],
"decorators": [
{
"verticalZoom": 5,
"chance": 0.004,
"variance": {"style": "STATIC"},
"stackMax": 5,
"style": {"style": "STATIC"},
"palette": [{"block": "cactus"}],
"heightVariance": {"style": "IRIS"},
"stackMin": 1
},
{
"chance": 0.005,
"palette": [{"block": "dead_bush"}]
}
]
}