9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/ravines/deep/main.json
2022-06-17 10:24:37 -07:00

50 lines
1.0 KiB
JSON

{
"worm": {
"xStyle": {
"min": -12,
"max": 12,
"generator": {
"zoom": 0.12,
"style": "NOWHERE"
}
},
"zStyle": {
"min": -12,
"max": 12,
"generator": {
"zoom": 0.12,
"style": "NOWHERE"
}
},
"yStyle": {
"min": -12,
"max": 12,
"generator": {
"zoom": 3,
"style": "PERLIN"
}
},
"girth": {
"max": 6,
"min": 6
},
"maxDistance": 125,
"maxIterations": 150
},
"customBiome": "carving/rocky",
"nodeThreshold": 40,
"depthStyle": {
"generator": {"style": "PERLIN"},
"max": 24,
"min": 14
},
"angle": 50,
"topAngle": 70,
"ribThickness": 5,
"baseWidthStyle": {
"generator": {"style": "FLAT"},
"max": 1,
"min": 1
}
}