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

173 lines
4.4 KiB
JSON

{
"name": "Mesa Plateau",
"derivative": "BADLANDS",
"rarity": 1,
"color": "#3D2B0B",
"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": [
"structures/tower",
"structures/tower-twin"
],
"chance": 0.002,
"density": 2,
"mode": "FAST_STILT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}]
}