mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
88 lines
2.1 KiB
JSON
88 lines
2.1 KiB
JSON
{
|
|
"name": "Midnight Mesa",
|
|
"rarity": 15,
|
|
"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-sharp-5",
|
|
"min": 7,
|
|
"max": 11
|
|
},
|
|
{
|
|
"generator": "mesa-sharp-7",
|
|
"min": 7,
|
|
"max": 18
|
|
}
|
|
],
|
|
"derivative": "SHATTERED_SAVANNA"
|
|
} |