9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/biomes/hot-mesa-cliffs.json
Daniel Mills 48be17d01f Perf
2020-09-01 21:47:27 -04:00

120 lines
2.6 KiB
JSON

{
"name": "Shattered Mesa",
"lockLayers": true,
"rarity": 8,
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"BROWN_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"GRAY_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"BLACK_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"GRAY_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"BROWN_TERRACOTTA"
]
}
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.009,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"DEAD_BUSH"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"wall": {
"style": {
"style": "IRIS"
},
"zoom": 0.25,
"palette": [
"BROWN_TERRACOTTA",
"GRAY_TERRACOTTA",
"BLACK_TERRACOTTA"
]
},
"generators": [
{
"generator": "mesa",
"min": 25,
"max": 28
},
{
"generator": "plain-cliffs",
"min": 14,
"max": 40
}
],
"derivative": "SHATTERED_SAVANNA_PLATEAU"
}