9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/overworld/biomes/hot-mesa.json

101 lines
2.2 KiB
JSON

{
"name": "Mesa",
"lockLayers": true,
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"dispersion": "STATIC",
"palette": [
"TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"dispersion": "STATIC",
"palette": [
"BROWN_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"dispersion": "STATIC",
"palette": [
"GRAY_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"dispersion": "STATIC",
"palette": [
"BLACK_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"dispersion": "STATIC",
"palette": [
"GRAY_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"dispersion": "STATIC",
"palette": [
"BROWN_TERRACOTTA"
]
}
],
"wall": {
"dispersion": "IRIS",
"terrainZoom": 1,
"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]"
],
"dispersion": "STATIC",
"variance": "STATIC"
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"DEAD_BUSH"
],
"dispersion": "STATIC",
"variance": "STATIC"
}
],
"children":[
"hot-mesa-cliffs"
],
"generators":[
{
"generator": "plain",
"min": 10,
"max": 12
},
{
"generator": "wavy",
"min": 2,
"max": 5
}
],
"derivative": "SHATTERED_SAVANNA"
}