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
Brian Fopiano f8b4460fae Biomes [You are welcome Coco]
Mandated a Schema Order
2022-05-16 19:52:02 -07:00

230 lines
5.5 KiB
JSON

{
"name": "Mesa Plateau",
"color": "#AC4416",
"rarity": 1,
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [
"BADLANDS",
"ERODED_BADLANDS",
"ERODED_BADLANDS"
],
"children": [
"mesa/plateau-dirt"
],
"generators": [
{
"min": 70,
"max": 98,
"generator": "cracked-cliffs"
}
],
"biomeStyle": {
"style": "SIMPLEX"
},
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"style": {
"style": "CELLULAR"
},
"zoom": 0.4,
"palette": [
{
"block": "minecraft:red_terracotta"
},
{
"block": "minecraft:terracotta"
},
{
"block": "minecraft:terracotta"
},
{
"block": "minecraft:terracotta"
},
{
"block": "minecraft:terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "minecraft:terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "minecraft:orange_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "minecraft:white_terracotta"
}
]
},
{
"minHeight": 4,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "minecraft:terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "minecraft:yellow_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "minecraft:orange_terracotta"
}
]
},
{
"minHeight": 5,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "minecraft:terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "minecraft:brown_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "minecraft:terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "minecraft:red_terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "minecraft:terracotta"
}
]
}
],
"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
}
}
}
],
"decorators": [
{
"chance": 0.05,
"palette": [
{
"block": "minecraft:tall_grass"
}
]
}
],
"lockLayers": true
}