9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00

Merge pull request #309 from RePixelatedMC/patch-4

Delete caves/Deepdark directory
This commit is contained in:
Brian Fopiano
2023-04-17 13:34:40 -04:00
committed by GitHub

View File

@@ -1,47 +0,0 @@
{
"fill": {"block": "minecraft:cave_air"},
"verticalRange": {
"max": 400,
"min": 15
},
"customBiome": "carving/deepdark/standard-deepdark",
"fork": {
"caves": [{
"breakSurface": false,
"cave": "deepdark/small-deepdarkcave",
"rarity": 10
}]
},
"worm": {
"girth": {
"max": 9,
"min": 7,
"style": {"style": "NOWHERE"}
},
"maxDistance": 55,
"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"
}
}
}
}