mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
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": 128,
|
|
"maxIterations": 128
|
|
},
|
|
"customBiome": "subterrestrial-palette/rocky-cavern",
|
|
"nodeThreshold": 40,
|
|
"depthStyle": {
|
|
"generator": {
|
|
"style": "PERLIN"
|
|
},
|
|
"max": 24,
|
|
"min": 14
|
|
},
|
|
"angle": 50,
|
|
"topAngle": 70,
|
|
"ribThickness": 5,
|
|
"baseWidthStyle": {
|
|
"generator": {
|
|
"style": "FLAT"
|
|
},
|
|
"max": 1,
|
|
"min": 1
|
|
}
|
|
} |