mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"fill": {"block": "minecraft:cave_air"},
|
|
"verticalRange": {
|
|
"max": 60,
|
|
"min": 17
|
|
},
|
|
"customBiome": "carving/lush",
|
|
"fork": {
|
|
"ravines": [{
|
|
"breakSurface": false,
|
|
"rarity": 110,
|
|
"ravine": "deep/main"
|
|
}],
|
|
"caves": [
|
|
{
|
|
"breakSurface": false,
|
|
"cave": "drip/main",
|
|
"rarity": 120
|
|
},
|
|
{
|
|
"breakSurface": false,
|
|
"cave": "amethyst/small",
|
|
"rarity": 125
|
|
},
|
|
{
|
|
"breakSurface": false,
|
|
"cave": "volcanic/small",
|
|
"rarity": 140
|
|
}
|
|
]
|
|
},
|
|
"worm": {
|
|
"girth": {
|
|
"max": 7,
|
|
"min": 2,
|
|
"style": {"style": "STATIC"}
|
|
},
|
|
"maxDistance": 122,
|
|
"yStyle": {
|
|
"min": -3,
|
|
"max": 2,
|
|
"generator": {
|
|
"zoom": 3,
|
|
"style": "PERLIN"
|
|
}
|
|
},
|
|
"xStyle": {
|
|
"min": -12,
|
|
"max": 12,
|
|
"generator": {
|
|
"zoom": 2,
|
|
"style": "IRIS_DOUBLE"
|
|
}
|
|
},
|
|
"zStyle": {
|
|
"min": -12,
|
|
"max": 12,
|
|
"generator": {
|
|
"zoom": 2,
|
|
"style": "IRIS_DOUBLE"
|
|
}
|
|
}
|
|
}
|
|
}
|