9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/mesa/msa-mesa.json

182 lines
4.4 KiB
JSON

{
"name": "Mesa",
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [
"BADLANDS",
"BADLANDS_PLATEAU",
"ERODED_BADLANDS"
],
"children": [
"mesa/msa-valleys",
"mesa/msa-red",
"mesa/msa-blue",
"mesa/msa-dark",
"mesa/msa-green",
"mesa/msa-red",
"mesa/msa-yellow",
"mesa/msa-blue"
],
"generators": [{
"min": 25,
"max": 60,
"generator": "cracked-cliffs"
}],
"layers": [
{
"style": {"style": "IRIS"},
"zoom": 0.6,
"minHeight": 2,
"maxHeight": 2,
"palette": [
{
"weight": 1,
"block": "clay"
},
{
"weight": 1,
"block": "light_gray_concrete_powder"
},
{
"weight": 1,
"block": "andesite"
},
{
"weight": 1,
"block": "stone"
},
{
"weight": 1,
"block": "light_gray_concrete"
},
{
"weight": 6,
"block": "orange_terracotta"
},
{
"weight": 4,
"block": "terracotta"
},
{
"weight": 4,
"block": "light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "light_gray_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
{
"weight": 1,
"block": "terracotta"
},
{
"weight": 1,
"block": "light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "terracotta"}]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [{"block": "orange_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
{
"weight": 1,
"block": "terracotta"
},
{
"weight": 1,
"block": "light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "light_gray_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "terracotta"}]
}
],
"childStyle": {
"style": "GLOB",
"zoom": 1.2,
"exponent": 1.3,
"fracture": {
"style": "CELLULAR",
"zoom": 0.05,
"multiplier": 2
}
},
"childShrinkFactor": 1,
"decorators": [{
"chance": 0.009,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
}],
"biomeStyle": {"style": "IRIS"},
"objects": [{
"place": [
"desert/tower",
"desert/tower-twin"
],
"chance": 0.1,
"density": 2,
"mode": "FAST_STILT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}]
}