9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/caves/deep/elongated.json
2022-05-16 06:56:01 -07:00

73 lines
1.6 KiB
JSON

{
"fill": {"block": "minecraft:cave_air"},
"verticalRange": {
"max": 400,
"min": 15
},
"customBiome": "carving/deepravine",
"fork": {
"ravines": [{
"breakSurface": false,
"rarity": 13,
"ravine": "deep/main"
}],
"caves": [
{
"breakSurface": false,
"cave": "calcite/main",
"rarity": 25
},
{
"breakSurface": false,
"cave": "drip/main",
"rarity": 30
},
{
"breakSurface": false,
"cave": "amethyst/small",
"rarity": 35
},
{
"breakSurface": false,
"cave": "volcanic/small",
"rarity": 20
}
]
},
"worm": {
"girth": {
"max": 8,
"min": 3,
"style": {
"style": "NOWHERE",
"zoom": 0.5
}
},
"maxDistance": 100,
"yStyle": {
"min": -2,
"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"
}
}
}
}