mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 20:29:10 +00:00
101 lines
2.7 KiB
JSON
101 lines
2.7 KiB
JSON
{
|
|
"name": "Mesa Cliffs",
|
|
"rarity": 1,
|
|
"color": "#D69827",
|
|
"derivative": "SHATTERED_SAVANNA_PLATEAU",
|
|
"vanillaDerivative": "BADLANDS_PLATEAU",
|
|
"generators": [
|
|
{
|
|
"min": 9,
|
|
"max": 30,
|
|
"generator": "mountain"
|
|
},
|
|
{
|
|
"min": 15,
|
|
"max": 60,
|
|
"generator": "plain-cliffs"
|
|
}
|
|
],
|
|
"layers": [
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "minecraft:terracotta"}]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "minecraft:brown_terracotta"}]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "minecraft:gray_terracotta"}]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "minecraft:black_terracotta"}]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "minecraft:gray_terracotta"}]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "minecraft:brown_terracotta"}]
|
|
}
|
|
],
|
|
"decorators": [
|
|
{
|
|
"chance": 0.009,
|
|
"variance": {"style": "STATIC"},
|
|
"zoom": 0.3,
|
|
"palette": [
|
|
{
|
|
"data": {
|
|
"face": "floor",
|
|
"powered": false,
|
|
"facing": "east"
|
|
},
|
|
"block": "minecraft:stone_button"
|
|
},
|
|
{
|
|
"data": {
|
|
"face": "floor",
|
|
"powered": false,
|
|
"facing": "south"
|
|
},
|
|
"block": "minecraft:stone_button"
|
|
}
|
|
],
|
|
"style": {"style": "STATIC"}
|
|
},
|
|
{
|
|
"chance": 0.01,
|
|
"variance": {"style": "STATIC"},
|
|
"zoom": 0.3,
|
|
"palette": [{"block": "minecraft:dead_bush"}],
|
|
"style": {"style": "STATIC"}
|
|
}
|
|
],
|
|
"lockLayers": true,
|
|
"wall": {
|
|
"style": {"style": "IRIS"},
|
|
"zoom": 0.25,
|
|
"palette": [
|
|
{"block": "minecraft:brown_terracotta"},
|
|
{"block": "minecraft:gray_terracotta"},
|
|
{"block": "minecraft:black_terracotta"}
|
|
]
|
|
}
|
|
}
|