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-dirt.json
2022-01-14 10:05:05 -08:00

99 lines
2.6 KiB
JSON

{
"name": "Mesa Plateau Dirt",
"rarity": 1,
"color": "#BD5122",
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": ["BADLANDS"],
"generators": [{
"min": 33,
"max": 41,
"generator": "cracked-cliffs"
}],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"style": {"style": "CELLULAR"},
"zoom": 0.7,
"palette": [
{"block": "minecraft:grass_block"},
{"block": "minecraft:coarse_dirt"},
{"block": "minecraft:dirt"},
{"block": "minecraft:grass_block"}
]
},
{
"minHeight": 3,
"maxHeight": 8,
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 2,
"maxHeight": 8,
"palette": [{"block": "minecraft:orange_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 8,
"palette": [{"block": "minecraft:white_terracotta"}]
},
{
"minHeight": 4,
"maxHeight": 8,
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 3,
"maxHeight": 8,
"palette": [{"block": "minecraft:yellow_terracotta"}]
},
{
"minHeight": 3,
"maxHeight": 8,
"palette": [{"block": "minecraft:brown_terracotta"}]
}
],
"decorators": [{
"chance": 0.05,
"palette": [{"block": "minecraft:tall_grass"}]
}],
"lockLayers": true,
"biomeStyle": {"style": "SIMPLEX"},
"objects": [
{
"place": [
"structures/tower",
"structures/tower-twin"
],
"chance": 5.0E-4,
"density": 2,
"mode": "FAST_STILT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"place": [
"trees/acacia/vexed1",
"trees/acacia/vexed2",
"trees/acacia/vexed3"
],
"chance": 0.2,
"edit": [{
"find": [{"block": "minecraft:acacia_planks"}],
"replace": {"palette": [{
"block": "minecraft:acacia_wood",
"data": {"axis": "y"}
}]}
}]
}
]
}