mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-30 12:19:14 +00:00
73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
{
|
|
"name": "Hot Mountain Cliffs",
|
|
"derivative": "DESERT",
|
|
"vanillaDerivative": "DESERT",
|
|
"generators": [
|
|
{
|
|
"min": 11,
|
|
"max": 32,
|
|
"generator": "plain"
|
|
},
|
|
{
|
|
"min": 12,
|
|
"max": 62,
|
|
"generator": "cracked-cliffs"
|
|
}
|
|
],
|
|
"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"}
|
|
]
|
|
}
|
|
],
|
|
"jigsawStructures": [
|
|
{
|
|
"rarity": 1700,
|
|
"structure": "pillager_outpost"
|
|
},
|
|
{
|
|
"rarity": 1500,
|
|
"structure": "village-hot"
|
|
},
|
|
{
|
|
"rarity": 1900,
|
|
"structure": "desert-pyramid"
|
|
}
|
|
],
|
|
"biomeZoom": 30,
|
|
"biomeStyle": {"style": "IRIS"},
|
|
"wall": {
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "gray_terracotta"}]
|
|
}
|
|
}
|