mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 04:09:18 +00:00
73 lines
1.6 KiB
JSON
73 lines
1.6 KiB
JSON
{
|
|
"fill": {
|
|
"block": "minecraft:cave_air"
|
|
},
|
|
"verticalRange": {
|
|
"max": 50,
|
|
"min": 5
|
|
},
|
|
"customBiome": "subterrestrial-palette/deepslate-cavern",
|
|
"fork": {
|
|
"ravines": [
|
|
{
|
|
"rarity": 135,
|
|
"ravine": "deep/main"
|
|
},
|
|
{
|
|
"rarity": 255,
|
|
"ravine": "amethyst/main"
|
|
}
|
|
],
|
|
"caves": [
|
|
{
|
|
"breakSurface": false,
|
|
"cave": "amethyst/small",
|
|
"rarity": 110
|
|
}
|
|
],
|
|
"elipsoids": [
|
|
{
|
|
"customBiome": "subterrestrial-palette/amethyst-cavern",
|
|
"fill": {
|
|
"block": "minecraft:cave_air"
|
|
},
|
|
"rarity": 90,
|
|
"baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}}
|
|
}
|
|
]
|
|
},
|
|
"worm": {
|
|
"girth": {
|
|
"max": 4,
|
|
"min": 5,
|
|
"style": {
|
|
"style": "STATIC"
|
|
}
|
|
},
|
|
"maxDistance": 129,
|
|
"yStyle": {
|
|
"min": -3,
|
|
"max": 1,
|
|
"generator": {
|
|
"zoom": 3,
|
|
"style": "PERLIN"
|
|
}
|
|
},
|
|
"xStyle": {
|
|
"min": -9,
|
|
"max": 9,
|
|
"generator": {
|
|
"zoom": 0.6,
|
|
"style": "IRIS"
|
|
}
|
|
},
|
|
"zStyle": {
|
|
"min": -9,
|
|
"max": 9,
|
|
"generator": {
|
|
"zoom": 0.6,
|
|
"style": "IRIS"
|
|
}
|
|
}
|
|
}
|
|
} |