mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
100 lines
2.2 KiB
JSON
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"
|
|
} |