9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 14:12:09 +00:00
Files
Iris-Pack-Overworld/biomes/mesa/dark.json
Brian Fopiano f8b4460fae Biomes [You are welcome Coco]
Mandated a Schema Order
2022-05-16 19:52:02 -07:00

243 lines
6.2 KiB
JSON

{
"name": "Mesa Dark",
"color": "#E27545",
"rarity": 1,
"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"
}
],
"wall": {
"style": {
"style": "NOWHERE"
},
"palette": [
{
"block": "minecraft:brown_terracotta"
},
{
"block": "minecraft:gray_terracotta"
},
{
"block": "minecraft:black_terracotta"
}
]
},
"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"
}
]
}
],
"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": "PAINT",
"carvingSupport": "SURFACE_ONLY"
}
],
"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"
}
}
],
"childShrinkFactor": 0.35,
"lockLayers": true
}