mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 12:19:06 +00:00
committed by
Brian Fopiano
parent
1f540f7c20
commit
22837870b9
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user