9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00
Files
Iris-Pack-Overworld/biomes/hot/mountain.json
2022-06-17 10:24:37 -07:00

72 lines
1.7 KiB
JSON

{
"name": "Hot Mountains",
"color": "#C3A02A",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [{
"min": 120,
"max": 214,
"generator": "mountain"
}],
"biomeZoom": 30,
"biomeStyle": {
"style": "NOWHERE",
"zoom": 0.7,
"exponent": 4
},
"wall": {
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:gray_terracotta"}]
},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:red_sand"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {"minimumSlope": 3.95},
"palette": [
{"block": "minecraft:brown_terracotta"},
{"block": "minecraft:gray_terracotta"}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"palette": [{"block": "minecraft:brown_terracotta"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1500,
"structure": "village-hot"
},
{
"rarity": 1900,
"structure": "desert-pyramid"
}
]
}