9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/biomes/mesa/plateau.json
2021-08-08 21:22:19 -07:00

161 lines
4.3 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": 34,
"max": 40,
"generator": "cracked-cliffs"
}],
"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"}]
}
],
"lockLayers": true,
"decorators": [{
"chance": 0.05,
"palette": [{"block": "minecraft:tall_grass"}]
}],
"biomeStyle": {"style": "SIMPLEX"},
"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
}
}
}]
}