9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
This commit is contained in:
cyberpwn
2021-08-27 10:09:50 -04:00
parent 5cd31b35f0
commit f41cfd574b
3 changed files with 131 additions and 0 deletions

61
caves/base.json Normal file
View File

@@ -0,0 +1,61 @@
{
"fill": {
"block": "minecraft:cave_air"
},
"verticalRange": {
"max": 85,
"min": 7
},
"fork": {
"caves": [
{
"breakSurface": false,
"cave": "small",
"rarity": 7
}
],
"elipsoids": [
{
"fill": {
"block": "minecraft:cave_air"
},
"rarity": 15,
"baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}}
}
]
},
"worm": {
"girth": {
"max": 3,
"min": 4,
"style": {
"style": "STATIC"
}
},
"maxDistance": 129,
"yStyle": {
"min": -5,
"max": 2,
"generator": {
"zoom": 3,
"style": "IRIS"
}
},
"xStyle": {
"min": -7,
"max": 7,
"generator": {
"zoom": 1,
"style": "IRIS"
}
},
"zStyle": {
"min": -7,
"max": 7,
"generator": {
"zoom": 1,
"style": "IRIS"
}
}
}
}

54
caves/small.json Normal file
View File

@@ -0,0 +1,54 @@
{
"fill": {
"block": "minecraft:cave_air"
},
"verticalRange": {
"max": 85,
"min": 7
},
"fork": {
"elipsoids": [
{
"fill": {
"block": "minecraft:cave_air"
},
"rarity": 325,
"baseWidth": {"min": 9, "max": 27, "style": {"style": "STATIC"}}
}
]
},
"worm": {
"girth": {
"max": 2,
"min": 2,
"style": {
"style": "STATIC"
}
},
"maxDistance": 35,
"yStyle": {
"min": -7,
"max": 7,
"generator": {
"zoom": 1,
"style": "PERLIN"
}
},
"xStyle": {
"min": -7,
"max": 7,
"generator": {
"zoom": 1,
"style": "PERLIN"
}
},
"zStyle": {
"min": -7,
"max": 7,
"generator": {
"zoom": 1,
"style": "PERLIN"
}
}
}
}

View File

@@ -79,6 +79,22 @@
"global-tools",
"global-clutter"
]},
"carving": {
"caves": [
{
"breakSurface": true,
"cave": "base",
"rarity": 9,
"caveStartHeight": {
"max": 120,
"min": 69,
"style": {
"style": "STATIC"
}
}
}
]
},
"deposits": [
{
"minHeight": 19,