9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 12:19:14 +00:00
Files
Iris-Pack-EarthWorld/biomes/hot/hot-mountain-middle.json

70 lines
1.6 KiB
JSON

{
"name": "Hot Mountain Middle",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"children": ["hot/hot-cliffs"],
"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"}]
}
}