9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/hot-mesa-green.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

88 lines
2.0 KiB
JSON

{
"name": "Earthbound Mesa",
"rarity": 14,
"lockLayers": true,
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
"LIME_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
"GREEN_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": [
"LIME_TERRACOTTA",
"GREEN_TERRACOTTA",
"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": 9,
"max": 16
},
{
"generator": "mesa-sharp-5",
"min": 3,
"max": 19
},
{
"generator": "mesa-sharp-7",
"min": 7,
"max": 13
}
],
"derivative": "SHATTERED_SAVANNA"
}