mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
128 lines
2.7 KiB
JSON
128 lines
2.7 KiB
JSON
{
|
|
"name": "Frozen Mountain",
|
|
"derivative": "SNOWY_TAIGA",
|
|
"vanillaDerivative": "SNOWY_TAIGA",
|
|
"biomeScatter": [
|
|
"PLAINS",
|
|
"FOREST"
|
|
],
|
|
"children": [
|
|
"frozen-mountain-cliffs"
|
|
],
|
|
"childStyle": {
|
|
"style": "STATIC",
|
|
"exponent": 0.625,
|
|
"zoom": 1,
|
|
"fracture": {
|
|
"style": "VIGOCTAVE_SIMPLEX",
|
|
"multiplier": 4,
|
|
"zoom": 0.9
|
|
}
|
|
},
|
|
"biomeStyle": {
|
|
"style": "SIMPLEX"
|
|
},
|
|
"biomeZoom": 0.4,
|
|
"biomeSkyScatter": [
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"wall": {
|
|
"palette": [
|
|
{
|
|
"block": "ice"
|
|
},
|
|
{
|
|
"block": "ice"
|
|
},
|
|
{
|
|
"block": "cave_air"
|
|
}
|
|
]
|
|
}
|
|
} |