mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
Caves
This commit is contained in:
61
caves/base.json
Normal file
61
caves/base.json
Normal 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
54
caves/small.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user