9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/ravines/drip/small.json
2021-09-01 12:27:52 -08:00

50 lines
1016 B
JSON

{
"worm": {
"xStyle": {
"min": -6,
"max": 6,
"generator": {
"zoom": 0.6,
"style": "IRIS"
}
},
"zStyle": {
"min": -6,
"max": 6,
"generator": {
"zoom": 0.6,
"style": "IRIS"
}
},
"yStyle": {
"min": -6,
"max": 6,
"generator": {
"zoom": 3,
"style": "PERLIN"
}
},
"girth": {
"max": 3,
"min": 3
},
"maxDistance": 32,
"maxIterations": 32
},
"customBiome": "carving/drip",
"nodeThreshold": 8,
"depthStyle": {
"generator": {"style": "PERLIN"},
"max": 13,
"min": 7
},
"angle": 90,
"topAngle": 90,
"ribThickness": 5,
"baseWidthStyle": {
"generator": {"style": "FLAT"},
"max": 1,
"min": 1
}
}