9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/caves/deep/main.json
Brian Fopiano 8a0e4434ab 1.18 Ore, and Cave Overhaul
Added the LUSH cave system, and a bit more ore tweaks
2022-01-20 11:00:44 -08:00

68 lines
1.5 KiB
JSON

{
"fill": {"block": "minecraft:cave_air"},
"verticalRange": {
"max": 80,
"min": 5
},
"customBiome": "carving/deepslate",
"fork": {
"ravines": [
{
"rarity": 135,
"ravine": "deep/main"
},
{
"rarity": 255,
"ravine": "amethyst/main"
}
],
"caves": [{
"breakSurface": false,
"cave": "amethyst/small",
"rarity": 110
}],
"elipsoids": [{
"customBiome": "carving/amethyst",
"fill": {"block": "minecraft:cave_air"},
"rarity": 90,
"baseWidth": {
"min": 5,
"max": 27,
"style": {"style": "STATIC"}
}
}]
},
"worm": {
"girth": {
"max": 5,
"min": 2,
"style": {"style": "NOWHERE"}
},
"maxDistance": 55,
"yStyle": {
"min": -3,
"max": 1,
"generator": {
"zoom": 3,
"style": "PERLIN"
}
},
"xStyle": {
"min": -9,
"max": 9,
"generator": {
"zoom": 0.6,
"style": "IRIS"
}
},
"zStyle": {
"min": -9,
"max": 9,
"generator": {
"zoom": 0.6,
"style": "IRIS"
}
}
}
}