9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/mesa.json
CocoTheOwner 972b869bc1 16 more
2021-06-23 08:23:48 +02:00

223 lines
5.2 KiB
JSON

{
"name": "Mesa",
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [
"BADLANDS",
"BADLANDS_PLATEAU",
"ERODED_BADLANDS"
],
"children": [
"mesa-valleys",
"mesa-red",
"mesa-blue",
"mesa-dark",
"mesa-green",
"mesa-red",
"mesa-yellow",
"mesa-blue"
],
"generators": [
{
"min": 25,
"max": 60,
"generator": "cracked-cliffs"
}
],
"layers": [
{
"style": {
"style": "FRACTAL_SMOKE"
},
"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.0,
"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
}
}
}
]
}