9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 22:16:20 +00:00
Files
Iris-Pack-Overworld/caves/swamp/small.json
2022-06-17 10:24:37 -07:00

51 lines
1.1 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"
}
}
}
}