mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
127 lines
2.9 KiB
JSON
127 lines
2.9 KiB
JSON
{
|
|
"name": "Yellow Mesa",
|
|
"lockLayers": true,
|
|
"rarity": 3,
|
|
"layers": [
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
"TERRACOTTA"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
"WHITE_TERRACOTTA"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
"TERRACOTTA"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
"RED_TERRACOTTA"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 2,
|
|
"maxHeight": 2,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
"TERRACOTTA"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
"YELLOW_TERRACOTTA"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
"TERRACOTTA"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
"BROWN_TERRACOTTA"
|
|
]
|
|
}
|
|
],
|
|
"wall": {
|
|
"style": {"style":"IRIS"},
|
|
"palette": [
|
|
"RED_TERRACOTTA",
|
|
"GRAY_TERRACOTTA",
|
|
"YELLOW_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"}
|
|
}
|
|
],
|
|
"children":[
|
|
"hot-mesa-cliffs-yellow"
|
|
],
|
|
"generators":[
|
|
{
|
|
"generator": "plain",
|
|
"min": 9,
|
|
"max": 16
|
|
},
|
|
{
|
|
"generator": "mesa-sharp-5",
|
|
"min": 13,
|
|
"max": 17
|
|
},
|
|
{
|
|
"generator": "mesa-sharp-7",
|
|
"min": 7,
|
|
"max": 16
|
|
},
|
|
{
|
|
"generator": "plain-cliffs",
|
|
"min": 14,
|
|
"max": 40
|
|
}
|
|
],
|
|
"derivative": "SHATTERED_SAVANNA"
|
|
} |