9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/caves/lush/tubes.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

65 lines
1.4 KiB
JSON

{
"fill": {"block": "minecraft:cave_air"},
"verticalRange": {
"max": 60,
"min": 17
},
"customBiome": "carving/lush",
"fork": {
"ravines": [{
"breakSurface": false,
"rarity": 110,
"ravine": "deep/main"
}],
"caves": [
{
"breakSurface": false,
"cave": "drip/main",
"rarity": 120
},
{
"breakSurface": false,
"cave": "amethyst/small",
"rarity": 125
},
{
"breakSurface": false,
"cave": "volcanic/small",
"rarity": 140
}
]
},
"worm": {
"girth": {
"max": 7,
"min": 2,
"style": {"style": "STATIC"}
},
"maxDistance": 122,
"yStyle": {
"min": -3,
"max": 2,
"generator": {
"zoom": 3,
"style": "PERLIN"
}
},
"xStyle": {
"min": -12,
"max": 12,
"generator": {
"zoom": 2,
"style": "IRIS_DOUBLE"
}
},
"zStyle": {
"min": -12,
"max": 12,
"generator": {
"zoom": 2,
"style": "IRIS_DOUBLE"
}
}
}
}