9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00
Files
Iris-Pack-Overworld/biomes/hot/mountain-cliffs.json
Brian Neumann-Fopiano a8598e0b78 RR Additives
I modified a load but yea
2023-04-09 14:07:20 -04:00

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"}
]
}
]
}