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/small.json
Brian Fopiano 9f2b8b6038 Phase 1 caves
2022-05-14 22:08:49 -07:00

51 lines
1.1 KiB
JSON

{
"name": "Amethyst Cavern Small",
"fill": {"block": "minecraft:cave_air"},
"verticalRange": {
"max": 400,
"min": 15
},
"customBiome": "carving/drip-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": "SIMPLEX"}
},
"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"
}
}
}
}