mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-19 14:59:24 +00:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "Hot Mountain Cliffs",
|
|
"color": "#E7C34B",
|
|
"rarity": 3,
|
|
"derivative": "DESERT",
|
|
"vanillaDerivative": "DESERT",
|
|
"generators": [{
|
|
"min": 59,
|
|
"max": 123,
|
|
"generator": "cracked-cliffs"
|
|
}],
|
|
"biomeZoom": 30,
|
|
"biomeStyle": {"style": "SIMPLEX"},
|
|
"wall": {
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "minecraft:gray_terracotta"}]
|
|
},
|
|
"layers": [
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"slopeCondition": {
|
|
"minimumSlope": 0,
|
|
"maximumSlope": 3
|
|
},
|
|
"palette": [{"block": "minecraft:red_sand"}]
|
|
},
|
|
{
|
|
"minHeight": 2,
|
|
"maxHeight": 4,
|
|
"slopeCondition": {"minimumSlope": 3.95},
|
|
"palette": [
|
|
{"block": "minecraft:brown_terracotta"},
|
|
{"block": "minecraft:gray_terracotta"}
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 2,
|
|
"maxHeight": 3,
|
|
"palette": [{"block": "minecraft:brown_terracotta"}]
|
|
},
|
|
{
|
|
"minHeight": 6,
|
|
"maxHeight": 18,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
{"block": "minecraft:stone"},
|
|
{"block": "minecraft:andesite"},
|
|
{"block": "minecraft:stone"}
|
|
]
|
|
}
|
|
]
|
|
}
|