9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/hot-mesa-blue.json
Daniel Mills 9e538abc6d Fixes
2020-09-08 18:30:59 -04:00

100 lines
2.2 KiB
JSON

{
"name": "Midnight Mesa",
"rarity": 16,
"lockLayers": true,
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"CYAN_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"BLUE_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"LIGHT_BLUE_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"MAGENTA_TERRACOTTA"
]
}
],
"wall": {
"style": {
"style": "IRIS"
},
"palette": [
"MAGENTA_TERRACOTTA",
"LIGHT_BLUE_TERRACOTTA",
"BLUE_TERRACOTTA",
"CYAN_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": 4,
"max": 26
},
{
"generator": "mesa",
"min": 12,
"max": 38
}
],
"derivative": "SHATTERED_SAVANNA"
}