9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/ravines/simple/main.json
2022-05-16 19:57:58 -07:00

67 lines
1.3 KiB
JSON

{
"worm": {
"xStyle": {
"min": -6,
"max": 6,
"generator": {
"zoom": 0.6,
"style": "NOWHERE"
}
},
"zStyle": {
"min": -6,
"max": 6,
"generator": {
"zoom": 0.6,
"style": "NOWHERE"
}
},
"yStyle": {
"min": -6,
"max": 6,
"generator": {
"zoom": 3,
"style": "PERLIN"
}
},
"girth": {
"max": 3,
"min": 3
},
"maxDistance": 125,
"maxIterations": 150
},
"fork": {
"caves": [
{
"cave": "sandstone/main",
"rarity": 17,
"breakSurface": false
}
],
"ravines": [
{
"rarity": 33,
"ravine": "sandstone/small"
}
]
},
"nodeThreshold": 40,
"depthStyle": {
"generator": {
"style": "PERLIN"
},
"max": 24,
"min": 14
},
"angle": 50,
"topAngle": 70,
"ribThickness": 5,
"baseWidthStyle": {
"generator": {
"style": "FLAT"
},
"max": 1,
"min": 1
}
}