9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/hot-mountain-middle.json
Brian Fopiano b8fdb046b6 Deep Clean
2021-06-08 19:06:41 -07:00

101 lines
2.1 KiB
JSON

{
"name": "Middle Mountain",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"children": [
"hot-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,
"generators": [
{
"generator": "mountain",
"max": 80,
"min": 0
},
{
"generator": "plain",
"max": 80,
"min": 40
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [
{
"block": "red_sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "brown_terracotta"
},
{
"block": "gray_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "brown_terracotta"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "gray_terracotta"
}
]
}
}