9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00

Revert "Just stop carving please"

This reverts commit e53b77569b.
This commit is contained in:
Daniel Mills
2021-07-10 11:31:35 -04:00
committed by Brian Fopiano
parent 1f540f7c20
commit 22837870b9

View File

@@ -281,7 +281,39 @@
],
"caveBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"},
"CAVERNS//CARVING": "Carving layers that cut off certain parts of the world",
"carving": false,
"carving": true,
"carveLayers": [
{
"style": {
"style": "IRIS_DOUBLE",
"zoom": 1,
"fracture": {
"multiplier": 5,
"style": "FRACTAL_SMOKE",
"zoom": 0.5
}
},
"fullPercent": 0.007,
"threshold": 0.8,
"minHeight": -40,
"maxHeight": 110
},
{
"style": {
"style": "PERLIN_IRIS_HALF",
"zoom": 0.2,
"fracture": {
"multiplier": 5,
"style": "FRACTAL_SMOKE",
"zoom": 0.5
}
},
"fullPercent": 0.01,
"threshold": 0.68,
"minHeight": -50,
"maxHeight": 110
}
],
"RAVINES": "Settings regarding ravines. Iris does not know when and where they spawn, so it may look weird (with cave fluids)",
"ravines": false,
"ravineRarity": 500,