9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/caves/drip/main.json
2022-05-16 19:57:58 -07:00

69 lines
1.5 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": -9,
"max": 9,
"generator": {
"zoom": 0.6,
"style": "NOWHERE"
}
},
"zStyle": {
"min": -9,
"max": 9,
"generator": {
"zoom": 0.6,
"style": "NOWHERE"
}
}
}
}