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/dark.json
Brian Fopiano 9f2b8b6038 Phase 1 caves
2022-05-14 22:08:49 -07:00

146 lines
4.2 KiB
JSON

{
"name": "Mesa Dark",
"rarity": 1,
"color": "#E27545",
"derivative": "WINDSWEPT_SAVANNA",
"vanillaDerivative": "ERODED_BADLANDS",
"children": [
"mesa/cliffs",
"mesa/red",
"mesa/green",
"mesa/blue"
],
"generators": [
{
"min": 50,
"max": 70,
"generator": "highplains"
},
{
"min": 73,
"max": 101,
"generator": "mountain"
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:brown_terracotta"}]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:gray_terracotta"}]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:black_terracotta"}]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:gray_terracotta"}]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:brown_terracotta"}]
}
],
"decorators": [
{
"chance": 0.009,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "minecraft:stone_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "minecraft:stone_button"
}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "minecraft:dead_bush"}],
"style": {"style": "STATIC"}
}
],
"objects": [{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"structures/swordnp2",
"structures/swordnp1",
"structures/swordnpstr2",
"structures/swordnpstr1",
"structures/giantportal1",
"structures/giantportal2",
"structures/giantportal3",
"structures/megaportal1",
"structures/megaportal2"
],
"edit": [
{
"find": [{"block": "minecraft:gold_block"}],
"replace": {"palette": [{"block": "minecraft:air"}]},
"chance": 0.1
},
{
"find": [{"block": "minecraft:netherrack"}],
"replace": {"palette": [{"block": "minecraft:magma_block"}]},
"chance": 0.07
},
{
"find": [{"block": "minecraft:obsidian"}],
"replace": {"palette": [{"block": "minecraft:crying_obsidian"}]},
"chance": 0.15
},
{
"find": [{"block": "minecraft:lava"}],
"replace": {"palette": [{"block": "minecraft:magma_block"}]},
"chance": 0.2
}
],
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY"
}],
"childShrinkFactor": 0.35,
"lockLayers": true,
"wall": {
"style": {"style": "IRIS"},
"palette": [
{"block": "minecraft:brown_terracotta"},
{"block": "minecraft:gray_terracotta"},
{"block": "minecraft:black_terracotta"}
]
}
}