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/small.json
Brian Fopiano c5bf6050ab drip changes
2021-08-30 06:30:05 -07:00

56 lines
1.2 KiB
JSON

{
"name": "Amethyst Cavern Small",
"fill": {
"block": "minecraft:cave_air"
},
"verticalRange": {
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/drip-cavern-minimal",
"fork": {
"elipsoids": [
{
"fill": {
"block": "minecraft:cave_air"
},
"rarity": 325,
"baseWidth": {"min": 9, "max": 27, "style": {"style": "STATIC"}}
}
]
},
"worm": {
"girth": {
"max": 2,
"min": 2,
"style": {
"style": "STATIC"
}
},
"maxDistance": 35,
"yStyle": {
"min": -7,
"max": 7,
"generator": {
"zoom": 1,
"style": "PERLIN"
}
},
"xStyle": {
"min": -7,
"max": 7,
"generator": {
"zoom": 1,
"style": "PERLIN"
}
},
"zStyle": {
"min": -7,
"max": 7,
"generator": {
"zoom": 1,
"style": "PERLIN"
}
}
}
}