9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/frozen/mountain.json
2021-07-23 08:26:17 -04:00

115 lines
2.6 KiB
JSON

{
"name": "Frozen Mountains",
"derivative": "SNOWY_MOUNTAINS",
"color": "#717E9F",
"rarity": 1,
"vanillaDerivative": "SNOWY_MOUNTAINS",
"children": [
"frozen/mountain-middle",
"frozen/peak",
"frozen/mountain-cliffs"
],
"customDerivitives": [{
"id": "frozen_mountain",
"waterColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.295
},
"palette": [{"block": "snow_block"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "grass_block"}]
},
{
"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.23
},
"palette": [
{
"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"}
]}
}