9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-31 04:36:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/hot/mountain.json
Brian Fopiano c023b7143f Kill me
2021-07-03 22:59:08 -07:00

102 lines
2.1 KiB
JSON

{
"name": "Hot Mountains",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"children": [
"hot/middle"
],
"generators": [
{
"min": 90,
"max": 140,
"generator": "plain"
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager"
},
{
"rarity": 1500,
"structure": "village-hot"
},
{
"rarity": 1900,
"structure": "desert-pyramid"
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [
{
"block": "red_sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "brown_terracotta"
},
{
"block": "gray_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "brown_terracotta"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"biomeZoom": 30,
"biomeStyle": {
"style": "IRIS",
"zoom": 0.7,
"exponent": 4
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "gray_terracotta"
}
]
}
}