9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/caves/granite/small.json
2021-09-01 12:27:52 -08:00

58 lines
1.3 KiB
JSON

{
"name": "Granite Cavern",
"fill": {"block": "minecraft:cave_air"},
"verticalRange": {
"max": 85,
"min": 7
},
"customBiome": "carving/granite",
"fork": {
"caves": [{
"breakSurface": false,
"cave": "granite/small",
"rarity": 3
}],
"elipsoids": [{
"fill": {"block": "minecraft:cave_air"},
"rarity": 15,
"baseWidth": {
"min": 5,
"max": 17,
"style": {"style": "STATIC"}
}
}]
},
"worm": {
"girth": {
"max": 3,
"min": 4,
"style": {"style": "VASCULAR"}
},
"maxDistance": 25,
"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"
}
}
}
}