9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/mesa/plateau.json
2021-07-04 16:54:47 -07:00

236 lines
5.4 KiB
JSON

{
"name": "Mesa Plateau",
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [
"BADLANDS",
"BADLANDS_PLATEAU",
"ERODED_BADLANDS"
],
"children": [
"mesa/plateau-dirt"
],
"generators": [
{
"min": 35,
"max": 35,
"generator": "canyon-steep"
},
{
"min": 2,
"max": 3,
"generator": "smooth-dunes"
},
{
"min": 2,
"max": 6,
"generator": "cracked-cliffs"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"style": {
"style": "CELLULAR"
},
"zoom": 0.4,
"palette": [
{
"block": "red_terracotta"
},
{
"block": "terracotta"
},
{
"block": "terracotta"
},
{
"block": "terracotta"
},
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "orange_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "white_terracotta"
}
]
},
{
"minHeight": 4,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "yellow_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "orange_terracotta"
}
]
},
{
"minHeight": 5,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "brown_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "red_terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
}
],
"lockLayers": true,
"decorators": [
{
"chance": 0.05,
"palette": [
{
"block": "tall_grass"
}
]
}
],
"biomeStyle": {
"style": "IRIS"
},
"objects": [
{
"place": [
"desert/tower","desert/tower-twin"],
"chance": 0.002,
"density": 2,
"mode": "FAST_STILT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
]
}