mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-31 04:36:33 +00:00
116 lines
2.8 KiB
JSON
116 lines
2.8 KiB
JSON
{
|
|
"name": "Frozen Mountains",
|
|
"derivative": "FROZEN_PEAKS",
|
|
"color": "#1E83AF",
|
|
"rarity": 1,
|
|
"vanillaDerivative": "FROZEN_PEAKS",
|
|
"children": [
|
|
"frozen/mountain-middle",
|
|
"frozen/peak",
|
|
"frozen/mountain-cliffs"
|
|
],
|
|
"customDerivitives": [{
|
|
"category": "extreme_hills",
|
|
"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": "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"
|
|
}
|
|
],
|
|
"generators": [{
|
|
"min": 70,
|
|
"max": 140,
|
|
"generator": "plain"
|
|
}],
|
|
"decorators": [{
|
|
"chance": 1,
|
|
"variance": {
|
|
"style": "IRIS",
|
|
"zoom": 0.23
|
|
},
|
|
"palette": [
|
|
{
|
|
"data": {"layers": 1},
|
|
"block": "minecraft:snow"
|
|
},
|
|
{"block": "minecraft:air"}
|
|
]
|
|
}],
|
|
"biomeZoom": 30,
|
|
"biomeStyle": {
|
|
"style": "IRIS",
|
|
"zoom": 0.7,
|
|
"exponent": 4
|
|
},
|
|
"biomeScatter": [
|
|
"PLAINS",
|
|
"OLD_GROWTH_PINE_TAIGA",
|
|
"WINDSWEPT_HILLS"
|
|
],
|
|
"wall": {"palette": [
|
|
{"block": "minecraft:stone"},
|
|
{"block": "minecraft:andesite"}
|
|
]}
|
|
}
|