9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/biomes/hot-mesa-blue.json

137 lines
3.1 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"
}
}
],
"entityInitialSpawns": [
{"entity": "cow", "maxSpawns": 1, "minSpawns": 1, "rarity": 6},
{"entity": "chicken", "maxSpawns": 1, "minSpawns": 1, "rarity": 6}
],
"name": "Midnight Mesa",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "blue_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "light_blue_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "magenta_terracotta"
}
]
}
],
"vanillaDerivative": "BADLANDS",
"generators": [
{
"min": 4,
"max": 26,
"generator": "plain-cliffs"
},
{
"min": 12,
"max": 38,
"generator": "mountain"
}
],
"derivative": "SHATTERED_SAVANNA",
"lockLayers": true,
"wall": {
"style": {
"style": "IRIS"
},
"palette": [
{
"block": "magenta_terracotta"
},
{
"block": "light_blue_terracotta"
},
{
"block": "blue_terracotta"
},
{
"block": "cyan_terracotta"
}
]
},
"rarity": 16
}