9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/caves/amethyst/small.json
2021-08-30 05:24:35 -07:00

55 lines
1.2 KiB
JSON

{
"fill": {
"block": "minecraft:cave_air"
},
"verticalRange": {
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/amethyst-cavern",
"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": 95,
"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"
}
}
}
}