mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 12:19:06 +00:00
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "Mountain Cliffs",
|
|
"color": "#D4DEE3",
|
|
"rarity": 3,
|
|
"derivative": "OLD_GROWTH_SPRUCE_TAIGA",
|
|
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
|
|
"children": ["mountain/cliffs-extended"],
|
|
"generators": [{
|
|
"min": 26,
|
|
"max": 90,
|
|
"generator": "cracked-cliffs"
|
|
}],
|
|
"wall": {
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
{"block": "minecraft:stone"},
|
|
{"block": "minecraft:andesite"},
|
|
{"block": "minecraft:gravel"},
|
|
{"block": "minecraft:cyan_terracotta"}
|
|
]
|
|
},
|
|
"layers": [
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"slopeCondition": {
|
|
"minimumSlope": 0,
|
|
"maximumSlope": 2.6
|
|
},
|
|
"palette": [{"block": "minecraft:grass_block"}]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 2,
|
|
"slopeCondition": {"minimumSlope": 3.95},
|
|
"palette": [
|
|
{"block": "minecraft:gravel"},
|
|
{"block": "minecraft:cyan_terracotta"}
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 6,
|
|
"maxHeight": 18,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
{"block": "minecraft:stone"},
|
|
{"block": "minecraft:andesite"},
|
|
{"block": "minecraft:stone"}
|
|
]
|
|
}
|
|
]
|
|
}
|