9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/caves/lush/main.json
2022-06-17 10:24:37 -07:00

57 lines
1.2 KiB
JSON

{
"fill": {"block": "minecraft:cave_air"},
"verticalRange": {
"max": 70,
"min": 17
},
"customBiome": "carving/lush",
"fork": {
"caves": [{
"breakSurface": false,
"cave": "lush/small",
"rarity": 7
}],
"elipsoids": [{
"fill": {"block": "minecraft:cave_air"},
"rarity": 15,
"baseWidth": {
"min": 5,
"max": 28,
"style": {"style": "NOWHERE"}
}
}]
},
"worm": {
"girth": {
"max": 14,
"min": 2,
"style": {"style": "NOWHERE"}
},
"maxDistance": 100,
"yStyle": {
"min": -3,
"max": 1,
"generator": {
"zoom": 3,
"style": "NOWHERE"
}
},
"xStyle": {
"min": -9,
"max": 9,
"generator": {
"zoom": 0.6,
"style": "NOWHERE"
}
},
"zStyle": {
"min": -9,
"max": 9,
"generator": {
"zoom": 0.6,
"style": "NOWHERE"
}
}
}
}