mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
Beauty is in the iris
This commit is contained in:
@@ -1,38 +1,32 @@
|
||||
{
|
||||
"name": "Ice Cavern",
|
||||
"fill": {
|
||||
"block": "minecraft:cave_air"
|
||||
},
|
||||
"fill": {"block": "minecraft:cave_air"},
|
||||
"verticalRange": {
|
||||
"max": 120,
|
||||
"min": 3
|
||||
},
|
||||
"customBiome": "subterrestrial-palette/ice-cavern",
|
||||
"fork": {
|
||||
"caves": [
|
||||
{
|
||||
"breakSurface": false,
|
||||
"cave": "ice/small",
|
||||
"rarity": 7
|
||||
"caves": [{
|
||||
"breakSurface": false,
|
||||
"cave": "ice/small",
|
||||
"rarity": 7
|
||||
}],
|
||||
"elipsoids": [{
|
||||
"fill": {"block": "minecraft:cave_air"},
|
||||
"rarity": 15,
|
||||
"baseWidth": {
|
||||
"min": 5,
|
||||
"max": 17,
|
||||
"style": {"style": "STATIC"}
|
||||
}
|
||||
],
|
||||
"elipsoids": [
|
||||
{
|
||||
"fill": {
|
||||
"block": "minecraft:cave_air"
|
||||
},
|
||||
"rarity": 15,
|
||||
"baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}}
|
||||
}
|
||||
]
|
||||
}]
|
||||
},
|
||||
"worm": {
|
||||
"girth": {
|
||||
"max": 4,
|
||||
"min": 3,
|
||||
"style": {
|
||||
"style": "VASCULAR"
|
||||
}
|
||||
"style": {"style": "VASCULAR"}
|
||||
},
|
||||
"maxDistance": 77,
|
||||
"yStyle": {
|
||||
@@ -60,4 +54,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,31 +1,25 @@
|
||||
{
|
||||
"name": "Amethyst Cavern Small",
|
||||
"fill": {
|
||||
"block": "minecraft:cave_air"
|
||||
},
|
||||
"fill": {"block": "minecraft:cave_air"},
|
||||
"verticalRange": {
|
||||
"max": 65,
|
||||
"min": 3
|
||||
},
|
||||
"customBiome": "subterrestrial-palette/ice-cavern-minimal",
|
||||
"fork": {
|
||||
"elipsoids": [
|
||||
{
|
||||
"fill": {
|
||||
"block": "minecraft:cave_air"
|
||||
},
|
||||
"rarity": 325,
|
||||
"baseWidth": {"min": 9, "max": 27, "style": {"style": "STATIC"}}
|
||||
}
|
||||
]
|
||||
},
|
||||
"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": "VASCULAR"
|
||||
}
|
||||
"style": {"style": "VASCULAR"}
|
||||
},
|
||||
"maxDistance": 15,
|
||||
"yStyle": {
|
||||
@@ -53,4 +47,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user