9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00

Shitty lava implemntation

//TODO change later (rare but usable)
This commit is contained in:
Brian Fopiano
2021-08-31 14:02:34 -07:00
parent 3ffc863285
commit 2f6b6398e4
3 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "Rocky Cavern",
"wall": {
"palette": [
{"block": "minecraft:lava"}
]
},
"layers": [{
"maxHeight": 2,
"minHeight": 2,
"palette": [
{"block": "minecraft:lava"}
]
}],
"caveCeilingLayers": [{
"maxHeight": 2,
"minHeight": 2,
"palette": [
{"block": "minecraft:lava"}
]
}]
}

56
caves/lava/main.json Normal file
View File

@@ -0,0 +1,56 @@
{
"fill": {"block": "minecraft:cave_air"},
"verticalRange": {
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/lava-cavern",
"fork": {
"caves": [{
"breakSurface": true,
"cave": "rocky/small",
"rarity": 7
}],
"elipsoids": [{
"fill": {"block": "minecraft:cave_air"},
"rarity": 50,
"baseWidth": {
"min": 5,
"max": 17,
"style": {"style": "STATIC"}
}
}]
},
"worm": {
"girth": {
"max": 3,
"min": 4,
"style": {"style": "STATIC"}
},
"maxDistance": 129,
"yStyle": {
"min": -3,
"max": 1,
"generator": {
"zoom": 3,
"style": "PERLIN"
}
},
"xStyle": {
"min": -9,
"max": 9,
"generator": {
"zoom": 0.6,
"style": "IRIS"
}
},
"zStyle": {
"min": -9,
"max": 9,
"generator": {
"zoom": 0.6,
"style": "IRIS"
}
}
}
}

View File

@@ -44,6 +44,16 @@
"min": 12,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "lava/main",
"rarity": 100,
"caveStartHeight": {
"max": 50,
"min": 5,
"style": {"style": "STATIC"}
}
}]},
"islandBiomeChanceStyle": {
"style": "NOWHERE_CELLULAR",