9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/frozen/fzn-mountain.json

115 lines
2.6 KiB
JSON

{
"name": "Frozen Mountains",
"derivative": "SNOWY_MOUNTAINS",
"vanillaDerivative": "SNOWY_MOUNTAINS",
"children": [
"frozen/fzn-mountain-middle",
"frozen/fzn-peak",
"frozen/fzn-mountain-cliffs"
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.295
},
"palette": [{"block": "snow_block"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{
"block": "grass_block",
"data": {"snowy": true}
}]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {"minimumSlope": 3.95},
"palette": [
{"block": "gravel"},
{"block": "cyan_terracotta"}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "gravel"}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"generators": [{
"min": 70,
"max": 140,
"generator": "plain"
}],
"decorators": [{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"}
]
}],
"biomeZoom": 30,
"biomeStyle": {
"style": "IRIS",
"zoom": 0.7,
"exponent": 4
},
"biomeScatter": [
"PLAINS",
"TAIGA_HILLS",
"MOUNTAINS"
],
"wall": {"palette": [
{"block": "stone"},
{"block": "andesite"}
]}
}