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-middle.json

110 lines
2.6 KiB
JSON

{
"name": "Frozen Mountain Middle",
"derivative": "SNOWY_MOUNTAINS",
"vanillaDerivative": "SNOWY_MOUNTAINS",
"generators": [
{
"generator": "mountain",
"max": 100,
"min": 0
},
{
"generator": "plain",
"max": 80,
"min": 30
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.295
},
"palette": [{"block": "snow_block"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {"minimumSlope": 3.95},
"palette": [
{"block": "gravel"},
{"block": "cyan_terracotta"}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {"minimumSlope": 3.95},
"palette": [
{"block": "stone"},
{"block": "stone"},
{"block": "cobblestone"}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 4
},
"palette": [{"block": "snow_block"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "dirt"}]
}
],
"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"}
]
}],
"biomeScatter": [
"PLAINS",
"FOREST"
],
"childStyle": {
"style": "STATIC",
"exponent": 0.625,
"zoom": 1,
"fracture": {
"style": "SIMPLEX",
"multiplier": 4,
"zoom": 0.9
}
},
"biomeStyle": {"style": "SIMPLEX"},
"biomeZoom": 0.4,
"wall": {"palette": [
{"block": "ice"},
{"block": "ice"},
{"block": "cave_air"}
]}
}