9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/caves/drip/main.json
2022-06-17 10:24:37 -07:00

58 lines
1.3 KiB
JSON

{
"name": "Amethyst Cavern",
"fill": {"block": "minecraft:cave_air"},
"verticalRange": {
"max": 400,
"min": 15
},
"customBiome": "carving/drip",
"fork": {
"caves": [{
"breakSurface": false,
"cave": "drip/small",
"rarity": 7
}],
"elipsoids": [{
"fill": {"block": "minecraft:cave_air"},
"rarity": 15,
"baseWidth": {
"min": 5,
"max": 27,
"style": {"style": "STATIC"}
}
}]
},
"worm": {
"girth": {
"max": 9,
"min": 2,
"style": {"style": "NOWHERE"}
},
"maxDistance": 100,
"yStyle": {
"min": -3,
"max": 1,
"generator": {
"zoom": 3,
"style": "NOWHERE"
}
},
"xStyle": {
"min": -15,
"max": 5,
"generator": {
"zoom": 0.6,
"style": "NOWHERE"
}
},
"zStyle": {
"min": -9,
"max": 9,
"generator": {
"zoom": 0.6,
"style": "NOWHERE"
}
}
}
}