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

62 lines
1.3 KiB
JSON

{
"name": "Amethyst Cavern Small",
"fill": {
"block": "minecraft:cave_air"
},
"verticalRange": {
"max": 400,
"min": 15
},
"customBiome": "carving/ice-lite",
"fork": {
"elipsoids": [
{
"fill": {
"block": "minecraft:cave_air"
},
"rarity": 325,
"baseWidth": {
"min": 9,
"max": 27,
"style": {
"style": "STATIC"
}
}
}
]
},
"worm": {
"girth": {
"max": 4,
"min": 2,
"style": {
"style": "VASCULAR"
}
},
"maxDistance": 15,
"yStyle": {
"min": -7,
"max": 7,
"generator": {
"zoom": 1,
"style": "NOWHERE"
}
},
"xStyle": {
"min": -7,
"max": 7,
"generator": {
"zoom": 1,
"style": "NOWHERE"
}
},
"zStyle": {
"min": -7,
"max": 7,
"generator": {
"zoom": 1,
"style": "NOWHERE"
}
}
}
}