9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/caves/ice/main.json
2021-08-30 19:56:46 -07:00

58 lines
1.3 KiB
JSON

{
"name": "Ice Cavern",
"fill": {"block": "minecraft:cave_air"},
"verticalRange": {
"max": 120,
"min": 3
},
"customBiome": "subterrestrial-palette/ice-cavern",
"fork": {
"caves": [{
"breakSurface": false,
"cave": "ice/small",
"rarity": 7
}],
"elipsoids": [{
"fill": {"block": "minecraft:cave_air"},
"rarity": 15,
"baseWidth": {
"min": 5,
"max": 17,
"style": {"style": "STATIC"}
}
}]
},
"worm": {
"girth": {
"max": 4,
"min": 3,
"style": {"style": "VASCULAR"}
},
"maxDistance": 77,
"yStyle": {
"min": -3,
"max": 1,
"generator": {
"zoom": 3,
"style": "PERLIN"
}
},
"xStyle": {
"min": -9,
"max": 9,
"generator": {
"zoom": 0.6,
"style": "IRIS"
}
},
"zStyle": {
"min": -9,
"max": 9,
"generator": {
"zoom": 0.6,
"style": "IRIS"
}
}
}
}