9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/mountain-cliffs.json
2021-06-08 14:05:36 -07:00

90 lines
1.9 KiB
JSON

{
"vanillaDerivative": "TAIGA_MOUNTAINS",
"name": "Extreme mountains cliffs",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 2.6
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 1,
"maxHeight": 2,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 11,
"max": 32,
"generator": "mountain"
},
{
"min": 3,
"max": 5,
"generator": "plain"
},
{
"min": 12,
"max": 62,
"generator": "cracked-cliffs"
}
],
"derivative": "TAIGA_MOUNTAINS",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
"rarity": 19
}