9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/biomes/hot-mesa-red.json
Daniel Mills 48be17d01f Perf
2020-09-01 21:47:27 -04:00

125 lines
2.7 KiB
JSON

{
"name": "Bloody Mesa",
"rarity": 15,
"lockLayers": true,
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"PINK_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"RED_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"LIGHT_GRAY_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"BROWN_TERRACOTTA"
]
}
],
"wall": {
"style": {
"style": "IRIS"
},
"palette": [
"PINK_TERRACOTTA",
"RED_TERRACOTTA",
"TERRACOTTA",
"LIGHT_GRAY_TERRACOTTA",
"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"
}
}
],
"generators": [
{
"generator": "plain",
"min": 2,
"max": 12
},
{
"generator": "mesa",
"min": 25,
"max": 28
}
],
"deposits": [
{
"maxHeight": 150,
"minHeight": 100,
"maxSize": 7,
"maxPerChunk": 3,
"minPerChunk": 0,
"varience": 3,
"minSize": 3,
"palette": [
"NETHERRACK"
]
}
],
"derivative": "SHATTERED_SAVANNA"
}