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

79 lines
1.7 KiB
JSON

{
"fill": {
"block": "minecraft:cave_air"
},
"verticalRange": {
"max": 400,
"min": 15
},
"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": 9,
"min": 2,
"style": {
"style": "NOWHERE"
}
},
"maxDistance": 55,
"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"
}
}
}
}