9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/hot-mesa-cliffs.json
Daniel Mills 708c45fa93 Palette
2020-09-09 23:41:23 -04:00

99 lines
2.5 KiB
JSON

{
"decorators": [
{
"chance": 0.009,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
}
],
"name": "Shattered Mesa",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "brown_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "gray_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "black_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "gray_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "brown_terracotta"}]
}
],
"generators": [
{
"min": 11,
"max": 28,
"generator": "mesa"
},
{
"min": 14,
"max": 50,
"generator": "plain-cliffs"
}
],
"derivative": "SHATTERED_SAVANNA_PLATEAU",
"lockLayers": true,
"wall": {
"style": {"style": "IRIS"},
"zoom": 0.25,
"palette": [
{"block": "brown_terracotta"},
{"block": "gray_terracotta"},
{"block": "black_terracotta"}
]
},
"rarity": 8
}