9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00

Merge pull request #209 from IrisDimensions/master

2010
This commit is contained in:
Dan
2021-09-01 11:19:16 -08:00
committed by GitHub
62 changed files with 51 additions and 188 deletions

View File

@@ -6,23 +6,10 @@
"style": {"style": "GLOB_IRIS_THICK"},
"zoom": 0.4,
"palette": [
{
"weight": 2,
"block": "minecraft:sand"
},
{
"weight": 3,
"block": "minecraft:sand"
},
{"block": "minecraft:red_sand"},
{
"weight": 3,
"block": "minecraft:smooth_red_sandstone"
},
{
"weight": 2,
"block": "minecraft:red_sand"
},
{
"block": "minecraft:smooth_sandstone",
"weight": 8
@@ -33,23 +20,10 @@
"style": {"style": "GLOB_IRIS_THICK"},
"zoom": 0.4,
"palette": [
{
"weight": 2,
"block": "minecraft:sand"
},
{
"weight": 3,
"block": "minecraft:sand"
},
{"block": "minecraft:red_sand"},
{
"weight": 3,
"block": "minecraft:smooth_red_sandstone"
},
{
"weight": 2,
"block": "minecraft:red_sand"
},
{
"block": "minecraft:smooth_sandstone",
"weight": 8
@@ -64,10 +38,6 @@
"weight": 2,
"block": "minecraft:smooth_sandstone"
},
{
"weight": 3,
"block": "minecraft:smooth_sandstone"
},
{"block": "minecraft:red_sandstone"},
{
"weight": 3,

View File

@@ -1,17 +1,12 @@
{
"name": "Red Sandstone Cavern",
"wall": {"palette": [
{"block": "minecraft:red_sand"},
{"block": "minecraft:red_sandstone"}
]},
"layers": [{
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"weight": 3,
"block": "minecraft:red_sand"
},
{
"block": "minecraft:smooth_red_sandstone",
"weight": 8
@@ -22,10 +17,6 @@
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"weight": 3,
"block": "minecraft:red_sand"
},
{
"block": "minecraft:smooth_red_sandstone",
"weight": 8

View File

@@ -3,7 +3,6 @@
"wall": {
"style": {"style": "VASCULAR"},
"palette": [
{"block": "minecraft:sand"},
{"block": "minecraft:sandstone"}
]
},
@@ -11,10 +10,6 @@
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"weight": 3,
"block": "minecraft:sand"
},
{
"block": "minecraft:smooth_sandstone",
"weight": 8
@@ -25,10 +20,6 @@
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"weight": 3,
"block": "minecraft:sand"
},
{
"block": "minecraft:smooth_sandstone",
"weight": 8

View File

@@ -1,24 +0,0 @@
{
"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"}
]
}]
}

View File

@@ -4,7 +4,7 @@
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/amethyst-cavern",
"customBiome": "carving/amethyst",
"fork": {"elipsoids": [{
"fill": {"block": "minecraft:cave_air"},
"rarity": 325,

View File

@@ -4,7 +4,7 @@
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/calcite-cavern",
"customBiome": "carving/calcite",
"fork": {
"caves": [{
"breakSurface": false,

View File

@@ -4,7 +4,7 @@
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/calcite-cavern",
"customBiome": "carving/calcite",
"fork": {"elipsoids": [{
"fill": {"block": "minecraft:cave_air"},
"rarity": 325,

View File

@@ -4,7 +4,7 @@
"max": 50,
"min": 5
},
"customBiome": "subterrestrial-palette/deepslate-cavern",
"customBiome": "carving/deepslate",
"fork": {
"ravines": [
{
@@ -22,7 +22,7 @@
"rarity": 110
}],
"elipsoids": [{
"customBiome": "subterrestrial-palette/amethyst-cavern",
"customBiome": "carving/amethyst",
"fill": {"block": "minecraft:cave_air"},
"rarity": 90,
"baseWidth": {

View File

@@ -5,7 +5,7 @@
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/drip-cavern",
"customBiome": "carving/drip",
"fork": {
"caves": [{
"breakSurface": false,

View File

@@ -5,7 +5,7 @@
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/drip-cavern-minimal",
"customBiome": "carving/drip-lite",
"fork": {"elipsoids": [{
"fill": {"block": "minecraft:cave_air"},
"rarity": 325,

View File

@@ -5,7 +5,7 @@
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/granite-cavern",
"customBiome": "carving/granite",
"fork": {
"caves": [{
"breakSurface": false,

View File

@@ -5,7 +5,7 @@
"max": 120,
"min": 3
},
"customBiome": "subterrestrial-palette/ice-cavern",
"customBiome": "carving/ice",
"fork": {
"caves": [{
"breakSurface": false,

View File

@@ -5,7 +5,7 @@
"max": 65,
"min": 3
},
"customBiome": "subterrestrial-palette/ice-cavern-minimal",
"customBiome": "carving/ice-lite",
"fork": {"elipsoids": [{
"fill": {"block": "minecraft:cave_air"},
"rarity": 325,

View File

@@ -4,7 +4,7 @@
"max": 130,
"min": 5
},
"customBiome": "subterrestrial-palette/jungle-cavern",
"customBiome": "carving/jungle",
"fork": {
"ravines": [
{
@@ -29,7 +29,7 @@
}
],
"elipsoids": [{
"customBiome": "subterrestrial-palette/amethyst-cavern",
"customBiome": "carving/amethyst",
"fill": {"block": "minecraft:cave_air"},
"rarity": 90,
"baseWidth": {

View File

@@ -4,9 +4,9 @@
"max": 65,
"min": 5
},
"customBiome": "subterrestrial-palette/jungle-cavern",
"customBiome": "carving/jungle",
"fork": {"elipsoids": [{
"customBiome": "subterrestrial-palette/amethyst-cavern",
"customBiome": "carving/amethyst",
"fill": {"block": "minecraft:cave_air"},
"rarity": 250,
"baseWidth": {

View File

@@ -1,56 +0,0 @@
{
"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

@@ -4,7 +4,7 @@
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/mixed-sandstone-cavern",
"customBiome": "carving/mixed-sandstone",
"fork": {
"caves": [{
"breakSurface": false,

View File

@@ -4,7 +4,7 @@
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/mixed-sandstone-cavern",
"customBiome": "carving/mixed-sandstone",
"fork": {"elipsoids": [{
"fill": {"block": "minecraft:cave_air"},
"rarity": 325,

View File

@@ -4,7 +4,7 @@
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/red-sandstone-cavern",
"customBiome": "carving/red-sandstone",
"fork": {
"caves": [{
"breakSurface": false,

View File

@@ -4,7 +4,7 @@
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/red-sandstone-cavern",
"customBiome": "carving/red-sandstone",
"fork": {"elipsoids": [{
"fill": {"block": "minecraft:cave_air"},
"rarity": 325,

View File

@@ -4,7 +4,7 @@
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/rocky-cavern",
"customBiome": "carving/rocky",
"fork": {
"caves": [{
"breakSurface": false,

View File

@@ -4,7 +4,7 @@
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/rocky-cavern",
"customBiome": "carving/rocky",
"fork": {"elipsoids": [{
"fill": {"block": "minecraft:cave_air"},
"rarity": 325,

View File

@@ -4,7 +4,7 @@
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/sandstone-cavern",
"customBiome": "carving/sandstone",
"fork": {
"caves": [{
"breakSurface": false,

View File

@@ -4,7 +4,7 @@
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/sandstone-cavern",
"customBiome": "carving/sandstone",
"fork": {"elipsoids": [{
"fill": {"block": "minecraft:cave_air"},
"rarity": 325,

View File

@@ -4,7 +4,7 @@
"max": 80,
"min": 5
},
"customBiome": "subterrestrial-palette/swamp-cavern",
"customBiome": "carving/swamp",
"fork": {
"ravines": [
{
@@ -29,7 +29,7 @@
}
],
"elipsoids": [{
"customBiome": "subterrestrial-palette/amethyst-cavern",
"customBiome": "carving/amethyst",
"fill": {"block": "minecraft:cave_air"},
"rarity": 90,
"baseWidth": {

View File

@@ -4,9 +4,9 @@
"max": 65,
"min": 5
},
"customBiome": "subterrestrial-palette/swamp-cavern",
"customBiome": "carving/swamp",
"fork": {"elipsoids": [{
"customBiome": "subterrestrial-palette/amethyst-cavern",
"customBiome": "carving/amethyst",
"fill": {"block": "minecraft:cave_air"},
"rarity": 250,
"baseWidth": {

View File

@@ -4,7 +4,7 @@
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/volcanic-cavern",
"customBiome": "carving/volcanic",
"fork": {
"caves": [{
"breakSurface": false,

View File

@@ -4,7 +4,7 @@
"max": 85,
"min": 7
},
"customBiome": "subterrestrial-palette/volcanic-cavern",
"customBiome": "carving/volcanic",
"fork": {"elipsoids": [{
"fill": {"block": "minecraft:cave_air"},
"rarity": 325,

View File

@@ -1,5 +1,5 @@
{
"version": 2009,
"version": 2010,
"name": "Overworld",
"environment": "NORMAL",
"fluidHeight": 63,
@@ -35,7 +35,8 @@
"frozen",
"tundra"
],
"carving": {"caves": [{
"carving": {
"caves": [{
"breakSurface": true,
"cave": "deep/main",
"rarity": 28,
@@ -44,16 +45,6 @@
"min": 12,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "lava/main",
"rarity": 100,
"caveStartHeight": {
"max": 50,
"min": 5,
"style": {"style": "STATIC"}
}
}]},
"islandBiomeChanceStyle": {
"style": "NOWHERE_CELLULAR",

View File

@@ -31,7 +31,7 @@
"maxDistance": 48,
"maxIterations": 99
},
"customBiome": "subterrestrial-palette/amethyst-cavern",
"customBiome": "carving/amethyst",
"nodeThreshold": 40,
"depthStyle": {
"generator": {"style": "PERLIN"},

View File

@@ -31,7 +31,7 @@
"maxDistance": 128,
"maxIterations": 128
},
"customBiome": "subterrestrial-palette/calcite-cavern",
"customBiome": "carving/calcite",
"fork": {
"caves": [{
"cave": "drip/main",

View File

@@ -31,7 +31,7 @@
"maxDistance": 32,
"maxIterations": 32
},
"customBiome": "subterrestrial-palette/calcite-cavern",
"customBiome": "carving/calcite",
"nodeThreshold": 8,
"depthStyle": {
"generator": {"style": "PERLIN"},

View File

@@ -31,7 +31,7 @@
"maxDistance": 128,
"maxIterations": 128
},
"customBiome": "subterrestrial-palette/rocky-cavern",
"customBiome": "carving/rocky",
"nodeThreshold": 40,
"depthStyle": {
"generator": {"style": "PERLIN"},

View File

@@ -31,7 +31,7 @@
"maxDistance": 128,
"maxIterations": 128
},
"customBiome": "subterrestrial-palette/drip-cavern",
"customBiome": "carving/drip",
"fork": {
"caves": [{
"cave": "drip/main",

View File

@@ -31,7 +31,7 @@
"maxDistance": 32,
"maxIterations": 32
},
"customBiome": "subterrestrial-palette/drip-cavern",
"customBiome": "carving/drip",
"nodeThreshold": 8,
"depthStyle": {
"generator": {"style": "PERLIN"},

View File

@@ -31,7 +31,7 @@
"maxDistance": 128,
"maxIterations": 128
},
"customBiome": "subterrestrial-palette/ice-ravine",
"customBiome": "carving/ice-ravine",
"fork": {"caves": [{
"cave": "ice/main",
"rarity": 17,

View File

@@ -31,7 +31,7 @@
"maxDistance": 48,
"maxIterations": 99
},
"customBiome": "subterrestrial-palette/jungle-cavern",
"customBiome": "carving/jungle",
"nodeThreshold": 40,
"depthStyle": {
"generator": {"style": "PERLIN"},

View File

@@ -31,7 +31,7 @@
"maxDistance": 128,
"maxIterations": 128
},
"customBiome": "subterrestrial-palette/mixed-sandstone-cavern",
"customBiome": "carving/mixed-sandstone",
"fork": {
"caves": [{
"cave": "red-sandstone/main",

View File

@@ -31,7 +31,7 @@
"maxDistance": 32,
"maxIterations": 32
},
"customBiome": "subterrestrial-palette/mixed-sandstone-cavern",
"customBiome": "carving/mixed-sandstone",
"nodeThreshold": 8,
"depthStyle": {
"generator": {"style": "PERLIN"},

View File

@@ -31,7 +31,7 @@
"maxDistance": 128,
"maxIterations": 128
},
"customBiome": "subterrestrial-palette/red-sandstone-cavern",
"customBiome": "carving/red-sandstone",
"fork": {
"caves": [{
"cave": "red-sandstone/main",

View File

@@ -31,7 +31,7 @@
"maxDistance": 32,
"maxIterations": 32
},
"customBiome": "subterrestrial-palette/sandstone-cavern",
"customBiome": "carving/sandstone",
"nodeThreshold": 8,
"depthStyle": {
"generator": {"style": "PERLIN"},

View File

@@ -31,7 +31,7 @@
"maxDistance": 128,
"maxIterations": 128
},
"customBiome": "subterrestrial-palette/rocky-cavern",
"customBiome": "carving/rocky",
"fork": {
"caves": [{
"cave": "rocky/main",

View File

@@ -31,7 +31,7 @@
"maxDistance": 32,
"maxIterations": 32
},
"customBiome": "subterrestrial-palette/rocky-cavern",
"customBiome": "carving/rocky",
"nodeThreshold": 8,
"depthStyle": {
"generator": {"style": "PERLIN"},

View File

@@ -31,7 +31,7 @@
"maxDistance": 128,
"maxIterations": 128
},
"customBiome": "subterrestrial-palette/sandstone-cavern",
"customBiome": "carving/sandstone",
"fork": {
"caves": [{
"cave": "sandstone/main",

View File

@@ -31,7 +31,7 @@
"maxDistance": 32,
"maxIterations": 32
},
"customBiome": "subterrestrial-palette/sandstone-cavern",
"customBiome": "carving/sandstone",
"nodeThreshold": 8,
"depthStyle": {
"generator": {"style": "PERLIN"},

View File

@@ -31,7 +31,7 @@
"maxDistance": 128,
"maxIterations": 128
},
"customBiome": "subterrestrial-palette/swamp-cavern",
"customBiome": "carving/swamp",
"fork": {
"caves": [{
"cave": "swamp/main",

View File

@@ -31,7 +31,7 @@
"maxDistance": 32,
"maxIterations": 32
},
"customBiome": "subterrestrial-palette/swamp-cavern",
"customBiome": "carving/swamp",
"nodeThreshold": 8,
"depthStyle": {
"generator": {"style": "PERLIN"},

View File

@@ -31,7 +31,7 @@
"maxDistance": 128,
"maxIterations": 128
},
"customBiome": "subterrestrial-palette/volcanic-cavern",
"customBiome": "carving/volcanic",
"fork": {
"caves": [{
"cave": "volcanic/main",

View File

@@ -31,7 +31,7 @@
"maxDistance": 32,
"maxIterations": 32
},
"customBiome": "subterrestrial-palette/volcanic-cavern",
"customBiome": "carving/volcanic",
"nodeThreshold": 8,
"depthStyle": {
"generator": {"style": "PERLIN"},