mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-30 20:29:12 +00:00
118 lines
3.0 KiB
JSON
118 lines
3.0 KiB
JSON
{
|
|
"name": "Mesa Cliffs",
|
|
"derivative": "SHATTERED_SAVANNA_PLATEAU",
|
|
"vanillaDerivative": "BADLANDS_PLATEAU",
|
|
"generators": [
|
|
{
|
|
"min": 1,
|
|
"max": 6,
|
|
"generator": "plain"
|
|
},
|
|
{
|
|
"min": 9,
|
|
"max": 30,
|
|
"generator": "mountain"
|
|
},
|
|
{
|
|
"min": 15,
|
|
"max": 60,
|
|
"generator": "plain-cliffs"
|
|
}
|
|
],
|
|
"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"}]
|
|
}
|
|
],
|
|
"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"}
|
|
}
|
|
],
|
|
"entityInitialSpawns": [
|
|
{
|
|
"entity": "cow",
|
|
"maxSpawns": 1,
|
|
"minSpawns": 1,
|
|
"rarity": 6
|
|
},
|
|
{
|
|
"entity": "chicken",
|
|
"maxSpawns": 1,
|
|
"minSpawns": 1,
|
|
"rarity": 6
|
|
}
|
|
],
|
|
"lockLayers": true,
|
|
"wall": {
|
|
"style": {"style": "IRIS"},
|
|
"zoom": 0.25,
|
|
"palette": [
|
|
{"block": "brown_terracotta"},
|
|
{"block": "gray_terracotta"},
|
|
{"block": "black_terracotta"}
|
|
]
|
|
}
|
|
}
|