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 fd23bbe16d Starcast
2020-08-29 18:17:20 -04:00

100 lines
2.2 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",
"min": 25,
"max": 28
}
],
"derivative": "SHATTERED_SAVANNA"
}