9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/biomes/hot-mesa-dark.json
Daniel Mills 48be17d01f Perf
2020-09-01 21:47:27 -04:00

122 lines
2.6 KiB
JSON

{
"name": "Mesa",
"lockLayers": true,
"rarity": 5,
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"BROWN_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"GRAY_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"BLACK_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"GRAY_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"BROWN_TERRACOTTA"
]
}
],
"wall": {
"style": {
"style": "IRIS"
},
"palette": [
"BROWN_TERRACOTTA",
"GRAY_TERRACOTTA",
"BLACK_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"
],
"generators": [
{
"generator": "plain",
"min": 9,
"max": 16
},
{
"generator": "mesa",
"min": 25,
"max": 28
}
],
"derivative": "SHATTERED_SAVANNA"
}