9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/mesa/mesa.json
Brian Fopiano b28ba74d14 Simplexify, Spedup
No visual Difference for dome reason but its faster lol
2021-07-23 21:13:12 -07:00

179 lines
4.4 KiB
JSON

{
"name": "Mesa",
"rarity": 1,
"color": "#B78322",
"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": "IRIS"},
"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": "NOWHERE_CELLULAR",
"zoom": 1.2,
"exponent": 1.3
},
"childShrinkFactor": 1,
"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": "SIMPLEX"},
"objects": [{
"place": [
"structures/tower",
"structures/tower-twin"
],
"chance": 0.1,
"density": 2,
"mode": "FAST_STILT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}]
}