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-red.json

168 lines
3.8 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": "Bloody Mesa",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "pink_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "red_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
}
],
"generators": [
{
"min": 2,
"max": 21,
"generator": "plain-cliffs"
},
{
"min": 12,
"max": 33,
"generator": "mountain"
}
],
"vanillaDerivative": "BADLANDS",
"derivative": "SHATTERED_SAVANNA",
"lockLayers": true,
"wall": {
"style": {
"style": "IRIS"
},
"palette": [
{
"block": "pink_terracotta"
},
{
"block": "red_terracotta"
},
{
"block": "terracotta"
},
{
"block": "light_gray_terracotta"
},
{
"block": "brown_terracotta"
}
]
},
"deposits": [
{
"minHeight": 100,
"maxPerChunk": 3,
"maxHeight": 150,
"minPerChunk": 0,
"maxSize": 7,
"minSize": 3,
"palette": [
{
"block": "netherrack"
}
],
"varience": 3
}
],
"rarity": 15
}