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
2021-07-23 08:14:15 -04:00

71 lines
1.6 KiB
JSON

{
"name": "Hot Mountain Middle",
"derivative": "DESERT",
"rarity": 1,
"color": "#DFBF39",
"vanillaDerivative": "DESERT",
"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"}
]
}
],
"childStyle": {
"style": "STATIC",
"exponent": 0.625,
"zoom": 1,
"fracture": {
"style": "SIMPLEX",
"multiplier": 4,
"zoom": 0.9
}
},
"biomeStyle": {"style": "SIMPLEX"},
"biomeZoom": 0.4,
"wall": {
"style": {"style": "STATIC"},
"palette": [{"block": "gray_terracotta"}]
}
}