9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/caves/lush/small.json
Brian Fopiano 8a0e4434ab 1.18 Ore, and Cave Overhaul
Added the LUSH cave system, and a bit more ore tweaks
2022-01-20 11:00:44 -08:00

55 lines
1.2 KiB
JSON

{
"fill": {"block": "minecraft:cave_air"},
"verticalRange": {
"max": 60,
"min": 17
},
"customBiome": "carving/lush",
"fork": {"elipsoids": [{
"caves": [{
"breakSurface": false,
"cave": "lush/small",
"rarity": 100
}],
"fill": {"block": "minecraft:cave_air"},
"rarity": 50,
"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"
}
}
}
}