9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/caves/swamp/small.json
2022-05-16 19:57:58 -07:00

62 lines
1.3 KiB
JSON

{
"fill": {
"block": "minecraft:cave_air"
},
"verticalRange": {
"max": 400,
"min": 15
},
"customBiome": "carving/swamp",
"fork": {
"elipsoids": [
{
"customBiome": "carving/amethyst",
"fill": {
"block": "minecraft:cave_air"
},
"rarity": 250,
"baseWidth": {
"min": 5,
"max": 17,
"style": {
"style": "STATIC"
}
}
}
]
},
"worm": {
"girth": {
"max": 4,
"min": 2,
"style": {
"style": "NOWHERE"
}
},
"maxDistance": 75,
"yStyle": {
"min": -3,
"max": 1,
"generator": {
"zoom": 3,
"style": "NOWHERE"
}
},
"xStyle": {
"min": -9,
"max": 9,
"generator": {
"zoom": 0.8,
"style": "SIMPLEX"
}
},
"zStyle": {
"min": -9,
"max": 9,
"generator": {
"zoom": 0.8,
"style": "SIMPLEX"
}
}
}
}