9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/frozen/mountain.json
Brian Fopiano f8b4460fae Biomes [You are welcome Coco]
Mandated a Schema Order
2022-05-16 19:52:02 -07:00

159 lines
3.6 KiB
JSON

{
"name": "Frozen Mountains",
"color": "#1E83AF",
"rarity": 1,
"derivative": "FROZEN_PEAKS",
"vanillaDerivative": "FROZEN_PEAKS",
"biomeScatter": [
"PLAINS",
"OLD_GROWTH_PINE_TAIGA",
"WINDSWEPT_HILLS"
],
"customDerivitives": [
{
"category": "extreme_hills",
"id": "frozen_mountain",
"waterColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}
],
"children": [
"frozen/mountain-extended",
"frozen/peak",
"frozen/mountain-cliffs"
],
"generators": [
{
"min": 70,
"max": 140,
"generator": "plain"
}
],
"biomeZoom": 30,
"biomeStyle": {
"style": "NOWHERE",
"zoom": 0.7,
"exponent": 4
},
"wall": {
"palette": [
{
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
}
]
},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.295
},
"palette": [
{
"block": "minecraft:snow_block"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "minecraft:grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:gravel"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"decorators": [
{
"chance": 1,
"variance": {
"style": "NOWHERE",
"zoom": 0.23
},
"palette": [
{
"data": {
"layers": 1
},
"block": "minecraft:snow"
},
{
"block": "minecraft:air"
}
]
}
]
}