9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/hot/desert-dunes.json
cyberpwn 606793fbb3 Fix
2021-08-21 18:04:18 -04:00

119 lines
2.9 KiB
JSON

{
"name": "Hot Desert Dunes",
"derivative": "DESERT",
"rarity": 1,
"color": "#FFDA41",
"vanillaDerivative": "DESERT",
"generators": [{
"generator": "smooth-dunes",
"max": 23,
"min": 10
}],
"layers": [
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 4.5,
"maximumSlope": 20
},
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [{
"weight": 1,
"block": "minecraft: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/desertpost1",
"clutter/desertpost2",
"clutter/desertpost3"
]
},
{
"chance": 0.0018,
"mode": "VACUUM",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/sphinx1",
"clutter/brksphinx1"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.0014,
"mode": "MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"jigsaw/pyramid/pyramid-extreme",
"jigsaw/pyramid/pyramid",
"jigsaw/pyramid/pyramid45"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"decorators": [
{
"verticalZoom": 5,
"chance": 0.004,
"variance": {"style": "STATIC"},
"stackMax": 5,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:cactus"}],
"heightVariance": {"style": "IRIS"},
"stackMin": 1
},
{
"chance": 0.005,
"palette": [{"block": "minecraft:dead_bush"}]
}
]
}