From 9f2b8b60384fcf84138e814711db62fa97a6ca18 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Sat, 14 May 2022 22:08:49 -0700 Subject: [PATCH] Phase 1 caves --- biomes/frozen/sea/frozen-parent-river.json | 6 ++-- biomes/frozen/sea/frozen-river-ice.json | 6 ++-- biomes/frozen/sea/ocean.json | 6 ++-- biomes/frozen/sea/river.json | 4 +-- biomes/hot/sea/ocean-cliffs.json | 6 ++-- biomes/hot/sea/ocean.json | 6 ++-- biomes/hot/sea/river.json | 6 ++-- biomes/mesa/blue.json | 24 +++++-------- biomes/mesa/dark.json | 24 +++++-------- biomes/mesa/green.json | 24 +++++-------- biomes/mesa/red.json | 24 +++++-------- biomes/mesa/sea/river.json | 6 ++-- biomes/mountain/sea/river-soft.json | 6 ++-- biomes/mountain/sea/river.json | 6 ++-- biomes/mushroom/sea/lake.json | 4 +-- biomes/mushroom/sea/ocean.json | 6 ++-- biomes/mushroom/shore/beach.json | 24 +++++-------- biomes/ocean/deep.json | 4 +-- biomes/ocean/ocean.json | 2 +- biomes/ocean/warm-bottom.json | 2 +- biomes/ocean/warm.json | 4 +-- biomes/swamp/sea/lake.json | 6 ++-- biomes/swamp/sea/ocean-tree.json | 3 +- biomes/swamp/sea/ocean.json | 6 ++-- biomes/temperate/plateau-extended.json | 4 +-- biomes/temperate/plateau.json | 18 ++++------ biomes/temperate/sea/ocean-deep.json | 6 ++-- biomes/temperate/sea/ocean.json | 6 ++-- biomes/temperate/sea/river.json | 6 ++-- biomes/tropical/sea/coral-ocean-cliffs.json | 2 +- biomes/tropical/sea/coral-ocean.json | 2 +- biomes/tropical/sea/ocean.json | 2 +- biomes/tropical/sea/river-soft.json | 2 +- biomes/tropical/sea/river-steep.json | 6 ++-- biomes/tundra/sea/lake.json | 4 +-- biomes/tundra/sea/river-rocky.json | 2 +- biomes/tundra/sea/river.json | 2 +- biomes/tundra/shore/beach-stone.json | 4 +-- biomes/tundra/shore/beach.json | 24 +++++-------- biomes/tundra/taiga-extended.json | 4 +-- biomes/tundra/taiga.json | 4 +-- caves/amethyst/small.json | 4 +-- caves/calcite/main.json | 6 ++-- caves/calcite/small.json | 4 +-- caves/deep/elongated.json | 6 ++-- caves/deep/main.json | 4 +-- caves/drip/main.json | 6 ++-- caves/drip/small.json | 4 +-- caves/granite/small.json | 4 +-- caves/ice/main.json | 6 ++-- caves/ice/small.json | 4 +-- caves/jungle/main.json | 6 ++-- caves/jungle/small.json | 4 +-- caves/lush/small.json | 4 +-- caves/lush/tubes.json | 4 +-- caves/mixed-sandstone/main.json | 6 ++-- caves/mixed-sandstone/small.json | 4 +-- caves/red-sandstone/main.json | 6 ++-- caves/red-sandstone/small.json | 4 +-- caves/rocky/main.json | 10 +++--- caves/rocky/small.json | 6 ++-- caves/rocky/tubes.json | 4 +-- caves/sandstone/main.json | 6 ++-- caves/sandstone/small.json | 4 +-- caves/simple/main.json | 6 ++-- caves/simple/small.json | 4 +-- caves/swamp/main.json | 4 +-- caves/swamp/small.json | 4 +-- caves/volcanic/main.json | 6 ++-- caves/volcanic/small.json | 4 +-- dimensions/overworld.json | 9 ++--- ravines/calcite/main.json | 2 +- ravines/deep/main.json | 2 +- ravines/drip/main.json | 2 +- ravines/ice/main.json | 2 +- ravines/mixed-sandstone/main.json | 2 +- ravines/red-sandstone/main.json | 2 +- ravines/rocky/main.json | 2 +- ravines/sandstone/main.json | 2 +- ravines/simple/main.json | 2 +- ravines/swamp/main.json | 2 +- ravines/volcanic/main.json | 2 +- regions/frozen.json | 32 ++++++++++------- regions/hot.json | 26 +++++++------- regions/mushroom.json | 15 +++++++- regions/swamp.json | 4 +-- regions/temperate.json | 26 ++++++-------- regions/tropical.json | 40 +++++++++------------ regions/tundra.json | 12 +++---- 89 files changed, 304 insertions(+), 339 deletions(-) diff --git a/biomes/frozen/sea/frozen-parent-river.json b/biomes/frozen/sea/frozen-parent-river.json index 4d8a16f9..762ba854 100644 --- a/biomes/frozen/sea/frozen-parent-river.json +++ b/biomes/frozen/sea/frozen-parent-river.json @@ -50,9 +50,9 @@ } ], "generators": [{ - "min": -12, - "max": -7, - "generator": "plain" + "min": -32, + "max": -10, + "generator": "mountain" }], "loot": { "mode": "ADD", diff --git a/biomes/frozen/sea/frozen-river-ice.json b/biomes/frozen/sea/frozen-river-ice.json index 60b21625..317e28f4 100644 --- a/biomes/frozen/sea/frozen-river-ice.json +++ b/biomes/frozen/sea/frozen-river-ice.json @@ -81,9 +81,9 @@ } ], "generators": [{ - "min": -12, - "max": -7, - "generator": "plain" + "min": -32, + "max": -10, + "generator": "mountain" }], "loot": { "mode": "ADD", diff --git a/biomes/frozen/sea/ocean.json b/biomes/frozen/sea/ocean.json index 71c70d8e..a80fd354 100644 --- a/biomes/frozen/sea/ocean.json +++ b/biomes/frozen/sea/ocean.json @@ -25,9 +25,9 @@ } ], "generators": [{ - "min": -12, - "max": -7, - "generator": "plain" + "min": -32, + "max": -10, + "generator": "mountain" }], "seaLayers": [ { diff --git a/biomes/frozen/sea/river.json b/biomes/frozen/sea/river.json index 67eda3b0..2302601b 100644 --- a/biomes/frozen/sea/river.json +++ b/biomes/frozen/sea/river.json @@ -28,9 +28,9 @@ } ], "generators": [{ - "generator": "plain", + "min": -32, "max": -10, - "min": -19 + "generator": "mountain" }], "seaLayers": [ { diff --git a/biomes/hot/sea/ocean-cliffs.json b/biomes/hot/sea/ocean-cliffs.json index 3a01e8c6..146c9fdf 100644 --- a/biomes/hot/sea/ocean-cliffs.json +++ b/biomes/hot/sea/ocean-cliffs.json @@ -4,9 +4,9 @@ "vanillaDerivative": "OCEAN", "color": "#184960", "generators": [{ - "min": -31, - "max": -7, - "generator": "plain-cliffs" + "min": -42, + "max": -10, + "generator": "mountain" }], "layers": [ { diff --git a/biomes/hot/sea/ocean.json b/biomes/hot/sea/ocean.json index 0067f5e1..55851d80 100644 --- a/biomes/hot/sea/ocean.json +++ b/biomes/hot/sea/ocean.json @@ -5,9 +5,9 @@ "children": ["hot/sea/ocean-cliffs"], "color": "#103140", "generators": [{ - "min": -11, - "max": -7, - "generator": "plain" + "min": -32, + "max": -10, + "generator": "mountain" }], "layers": [ { diff --git a/biomes/hot/sea/river.json b/biomes/hot/sea/river.json index 8619cba7..2c065b96 100644 --- a/biomes/hot/sea/river.json +++ b/biomes/hot/sea/river.json @@ -4,9 +4,9 @@ "color": "#081820", "derivative": "DESERT", "generators": [{ - "generator": "plain", - "max": -15, - "min": -5 + "min": -32, + "max": -10, + "generator": "mountain" }], "layers": [ { diff --git a/biomes/mesa/blue.json b/biomes/mesa/blue.json index d75310a4..7da66a3b 100644 --- a/biomes/mesa/blue.json +++ b/biomes/mesa/blue.json @@ -79,21 +79,15 @@ "name": "standard-surface-portals", "chance": 0.00505, "place": [ - "clutter/swordnp2", - "clutter/swordnp1", - "structures/giantportal1", - "structures/giantportal2", - "structures/giantportal3", - "structures/portal1", - "structures/portal2", - "structures/portal3", - "structures/portal4", - "structures/portal5", - "structures/portal6", - "structures/portal7", - "structures/portal8", - "structures/portal9", - "structures/portal10" + "structures/swordnp2", + "structures/swordnp1", + "structures/swordnpstr2", + "structures/swordnpstr1", + "structures/giantportal1", + "structures/giantportal2", + "structures/giantportal3", + "structures/megaportal1", + "structures/megaportal2" ], "edit": [ { diff --git a/biomes/mesa/dark.json b/biomes/mesa/dark.json index 8c653337..a1400a5e 100644 --- a/biomes/mesa/dark.json +++ b/biomes/mesa/dark.json @@ -97,21 +97,15 @@ "name": "standard-surface-portals", "chance": 0.00505, "place": [ - "clutter/swordnp2", - "clutter/swordnp1", - "structures/giantportal1", - "structures/giantportal2", - "structures/giantportal3", - "structures/portal1", - "structures/portal2", - "structures/portal3", - "structures/portal4", - "structures/portal5", - "structures/portal6", - "structures/portal7", - "structures/portal8", - "structures/portal9", - "structures/portal10" + "structures/swordnp2", + "structures/swordnp1", + "structures/swordnpstr2", + "structures/swordnpstr1", + "structures/giantportal1", + "structures/giantportal2", + "structures/giantportal3", + "structures/megaportal1", + "structures/megaportal2" ], "edit": [ { diff --git a/biomes/mesa/green.json b/biomes/mesa/green.json index 5ced564b..25d38242 100644 --- a/biomes/mesa/green.json +++ b/biomes/mesa/green.json @@ -79,21 +79,15 @@ "name": "standard-surface-portals", "chance": 0.00505, "place": [ - "clutter/swordnp2", - "clutter/swordnp1", - "structures/giantportal1", - "structures/giantportal2", - "structures/giantportal3", - "structures/portal1", - "structures/portal2", - "structures/portal3", - "structures/portal4", - "structures/portal5", - "structures/portal6", - "structures/portal7", - "structures/portal8", - "structures/portal9", - "structures/portal10" + "structures/swordnp2", + "structures/swordnp1", + "structures/swordnpstr2", + "structures/swordnpstr1", + "structures/giantportal1", + "structures/giantportal2", + "structures/giantportal3", + "structures/megaportal1", + "structures/megaportal2" ], "edit": [ { diff --git a/biomes/mesa/red.json b/biomes/mesa/red.json index 24d36019..8492e641 100644 --- a/biomes/mesa/red.json +++ b/biomes/mesa/red.json @@ -85,21 +85,15 @@ "name": "standard-surface-portals", "chance": 0.00505, "place": [ - "clutter/swordnp2", - "clutter/swordnp1", - "structures/giantportal1", - "structures/giantportal2", - "structures/giantportal3", - "structures/portal1", - "structures/portal2", - "structures/portal3", - "structures/portal4", - "structures/portal5", - "structures/portal6", - "structures/portal7", - "structures/portal8", - "structures/portal9", - "structures/portal10" + "structures/swordnp2", + "structures/swordnp1", + "structures/swordnpstr2", + "structures/swordnpstr1", + "structures/giantportal1", + "structures/giantportal2", + "structures/giantportal3", + "structures/megaportal1", + "structures/megaportal2" ], "edit": [ { diff --git a/biomes/mesa/sea/river.json b/biomes/mesa/sea/river.json index 5d6d33b1..8c7b6f80 100644 --- a/biomes/mesa/sea/river.json +++ b/biomes/mesa/sea/river.json @@ -4,9 +4,9 @@ "derivative": "DESERT", "color": "#41C3FF", "generators": [{ - "generator": "plain", - "max": -4, - "min": -15 + "min": -32, + "max": -10, + "generator": "mountain" }], "layers": [ { diff --git a/biomes/mountain/sea/river-soft.json b/biomes/mountain/sea/river-soft.json index 3aac7c75..b1b70dab 100644 --- a/biomes/mountain/sea/river-soft.json +++ b/biomes/mountain/sea/river-soft.json @@ -4,9 +4,9 @@ "vanillaDerivative": "RIVER", "color": "#4196FF", "generators": [{ - "generator": "river", - "max": -4, - "min": -15 + "min": -32, + "max": -10, + "generator": "mountain" }], "layers": [ { diff --git a/biomes/mountain/sea/river.json b/biomes/mountain/sea/river.json index 26a397e8..e8b77086 100644 --- a/biomes/mountain/sea/river.json +++ b/biomes/mountain/sea/river.json @@ -4,9 +4,9 @@ "vanillaDerivative": "RIVER", "color": "#3983DF", "generators": [{ - "generator": "river", - "max": -7, - "min": -15 + "min": -32, + "max": -10, + "generator": "mountain" }], "layers": [ { diff --git a/biomes/mushroom/sea/lake.json b/biomes/mushroom/sea/lake.json index 7c2dc621..d20faf0a 100644 --- a/biomes/mushroom/sea/lake.json +++ b/biomes/mushroom/sea/lake.json @@ -39,9 +39,9 @@ } ], "generators": [{ - "min": -30, + "min": -32, "max": -10, - "generator": "river" + "generator": "mountain" }], "decorators": [ { diff --git a/biomes/mushroom/sea/ocean.json b/biomes/mushroom/sea/ocean.json index ba0930a3..df20d445 100644 --- a/biomes/mushroom/sea/ocean.json +++ b/biomes/mushroom/sea/ocean.json @@ -31,9 +31,9 @@ } ], "generators": [{ - "min": -51, - "max": -39, - "generator": "ocean" + "min": -82, + "max": -10, + "generator": "mountain" }], "decorators": [ { diff --git a/biomes/mushroom/shore/beach.json b/biomes/mushroom/shore/beach.json index bf9615c5..becf2f14 100644 --- a/biomes/mushroom/shore/beach.json +++ b/biomes/mushroom/shore/beach.json @@ -36,21 +36,15 @@ "name": "standard-surface-portals", "chance": 0.00505, "place": [ - "clutter/swordnp2", - "clutter/swordnp1", - "structures/giantportal1", - "structures/giantportal2", - "structures/giantportal3", - "structures/portal1", - "structures/portal2", - "structures/portal3", - "structures/portal4", - "structures/portal5", - "structures/portal6", - "structures/portal7", - "structures/portal8", - "structures/portal9", - "structures/portal10" + "structures/swordnp2", + "structures/swordnp1", + "structures/swordnpstr2", + "structures/swordnpstr1", + "structures/giantportal1", + "structures/giantportal2", + "structures/giantportal3", + "structures/megaportal1", + "structures/megaportal2" ], "edit": [ { diff --git a/biomes/ocean/deep.json b/biomes/ocean/deep.json index e07d09d6..6932f99e 100644 --- a/biomes/ocean/deep.json +++ b/biomes/ocean/deep.json @@ -5,8 +5,8 @@ "vanillaDerivative": "DEEP_OCEAN", "generators": [{ "generator": "smooth-dunes", - "max": -30, - "min": -50 + "max": -40, + "min": -80 }], "layers": [ { diff --git a/biomes/ocean/ocean.json b/biomes/ocean/ocean.json index 1e0210ed..61beb7fc 100644 --- a/biomes/ocean/ocean.json +++ b/biomes/ocean/ocean.json @@ -6,7 +6,7 @@ "generators": [{ "generator": "mountain", "max": -35, - "min": -50 + "min": -60 }], "layers": [ { diff --git a/biomes/ocean/warm-bottom.json b/biomes/ocean/warm-bottom.json index 45180614..44145e25 100644 --- a/biomes/ocean/warm-bottom.json +++ b/biomes/ocean/warm-bottom.json @@ -6,7 +6,7 @@ "generators": [{ "generator": "plain", "max": -30, - "min": -40 + "min": -50 }], "layers": [{ "minHeight": 2, diff --git a/biomes/ocean/warm.json b/biomes/ocean/warm.json index b65b819b..fc702f55 100644 --- a/biomes/ocean/warm.json +++ b/biomes/ocean/warm.json @@ -5,9 +5,9 @@ "color": "#382CAA", "children": ["ocean/warm-bottom"], "generators": [{ - "generator": "plain", + "min": -32, "max": -10, - "min": -19 + "generator": "mountain" }], "layers": [{ "minHeight": 2, diff --git a/biomes/swamp/sea/lake.json b/biomes/swamp/sea/lake.json index ebf7fafb..76053ca8 100644 --- a/biomes/swamp/sea/lake.json +++ b/biomes/swamp/sea/lake.json @@ -6,9 +6,9 @@ "vanillaDerivative": "SWAMP", "children": ["swamp/marsh"], "generators": [{ - "min": -8, - "max": -5, - "generator": "river" + "min": -32, + "max": -10, + "generator": "mountain" }], "layers": [ { diff --git a/biomes/swamp/sea/ocean-tree.json b/biomes/swamp/sea/ocean-tree.json index 173629b8..211c07e9 100644 --- a/biomes/swamp/sea/ocean-tree.json +++ b/biomes/swamp/sea/ocean-tree.json @@ -181,8 +181,7 @@ "min": -360, "max": 360 } - }, - "translate": {"y": 0} + } } ], "wall": { diff --git a/biomes/swamp/sea/ocean.json b/biomes/swamp/sea/ocean.json index 8d6dd3b4..617e0842 100644 --- a/biomes/swamp/sea/ocean.json +++ b/biomes/swamp/sea/ocean.json @@ -4,9 +4,9 @@ "vanillaDerivative": "OCEAN", "color": "#102540", "generators": [{ - "min": -8, - "max": -3, - "generator": "river" + "min": -32, + "max": -10, + "generator": "mountain" }], "layers": [ { diff --git a/biomes/temperate/plateau-extended.json b/biomes/temperate/plateau-extended.json index 685a39ac..3c13fe07 100644 --- a/biomes/temperate/plateau-extended.json +++ b/biomes/temperate/plateau-extended.json @@ -56,8 +56,8 @@ "name": "standard-surface-portals", "chance": 0.005, "place": [ - "clutter/swordnp2", - "clutter/swordnp1", + "structures/swordnp2", + "structures/swordnp1", "structures/giantportal1", "structures/giantportal2", "structures/giantportal3", diff --git a/biomes/temperate/plateau.json b/biomes/temperate/plateau.json index b6262013..2b243583 100644 --- a/biomes/temperate/plateau.json +++ b/biomes/temperate/plateau.json @@ -57,21 +57,15 @@ "name": "standard-surface-portals", "chance": 0.005, "place": [ - "clutter/swordnp2", - "clutter/swordnp1", + "structures/swordnp2", + "structures/swordnp1", + "structures/swordnpstr2", + "structures/swordnpstr1", "structures/giantportal1", "structures/giantportal2", "structures/giantportal3", - "structures/portal1", - "structures/portal2", - "structures/portal3", - "structures/portal4", - "structures/portal5", - "structures/portal6", - "structures/portal7", - "structures/portal8", - "structures/portal9", - "structures/portal10" + "structures/megaportal1", + "structures/megaportal2" ], "edit": [ { diff --git a/biomes/temperate/sea/ocean-deep.json b/biomes/temperate/sea/ocean-deep.json index cb295722..c1fa3983 100644 --- a/biomes/temperate/sea/ocean-deep.json +++ b/biomes/temperate/sea/ocean-deep.json @@ -4,9 +4,9 @@ "vanillaDerivative": "DEEP_OCEAN", "color": "#416DFF", "generators": [{ - "min": -52, - "max": -37, - "generator": "plain" + "min": -72, + "max": -40, + "generator": "mountain" }], "layers": [ { diff --git a/biomes/temperate/sea/ocean.json b/biomes/temperate/sea/ocean.json index 11a59d46..1b181ff2 100644 --- a/biomes/temperate/sea/ocean.json +++ b/biomes/temperate/sea/ocean.json @@ -4,9 +4,9 @@ "vanillaDerivative": "OCEAN", "color": "#395FDF", "generators": [{ - "min": -31, - "max": -7, - "generator": "plain" + "min": -32, + "max": -10, + "generator": "mountain" }], "layers": [ { diff --git a/biomes/temperate/sea/river.json b/biomes/temperate/sea/river.json index 13b3513c..f8561ba3 100644 --- a/biomes/temperate/sea/river.json +++ b/biomes/temperate/sea/river.json @@ -4,9 +4,9 @@ "vanillaDerivative": "RIVER", "color": "#3152BF", "generators": [{ - "generator": "river", - "max": -7, - "min": -12 + "min": -32, + "max": -10, + "generator": "mountain" }], "layers": [ { diff --git a/biomes/tropical/sea/coral-ocean-cliffs.json b/biomes/tropical/sea/coral-ocean-cliffs.json index 5cd9e9cd..baca4fe7 100644 --- a/biomes/tropical/sea/coral-ocean-cliffs.json +++ b/biomes/tropical/sea/coral-ocean-cliffs.json @@ -5,7 +5,7 @@ "color": "#29449F", "children": ["tropical/sea/coral-ocean"], "generators": [{ - "min": -51, + "min": -71, "max": -37, "generator": "plain-cliffs" }], diff --git a/biomes/tropical/sea/coral-ocean.json b/biomes/tropical/sea/coral-ocean.json index c68d71ee..99812428 100644 --- a/biomes/tropical/sea/coral-ocean.json +++ b/biomes/tropical/sea/coral-ocean.json @@ -4,7 +4,7 @@ "color": "#213780", "vanillaDerivative": "WARM_OCEAN", "generators": [{ - "min": -51, + "min": -71, "max": -37, "generator": "plain" }], diff --git a/biomes/tropical/sea/ocean.json b/biomes/tropical/sea/ocean.json index 809e932a..fb390b7f 100644 --- a/biomes/tropical/sea/ocean.json +++ b/biomes/tropical/sea/ocean.json @@ -8,7 +8,7 @@ "tropical/sea/coral-ocean-cliffs" ], "generators": [{ - "min": -38, + "min": -78, "max": -20, "generator": "river" }], diff --git a/biomes/tropical/sea/river-soft.json b/biomes/tropical/sea/river-soft.json index 42a463c1..eae08220 100644 --- a/biomes/tropical/sea/river-soft.json +++ b/biomes/tropical/sea/river-soft.json @@ -4,7 +4,7 @@ "color": "#101B40", "vanillaDerivative": "WARM_OCEAN", "generators": [{ - "min": -51, + "min": -71, "max": -37, "generator": "plain" }], diff --git a/biomes/tropical/sea/river-steep.json b/biomes/tropical/sea/river-steep.json index ade440e1..a8000a94 100644 --- a/biomes/tropical/sea/river-steep.json +++ b/biomes/tropical/sea/river-steep.json @@ -4,9 +4,9 @@ "color": "#5341FF", "vanillaDerivative": "WARM_OCEAN", "generators": [{ - "generator": "river", - "max": -6, - "min": -15 + "min": -32, + "max": -10, + "generator": "mountain" }], "carving": { "ravines": [{ diff --git a/biomes/tundra/sea/lake.json b/biomes/tundra/sea/lake.json index ccb25794..a82850df 100644 --- a/biomes/tundra/sea/lake.json +++ b/biomes/tundra/sea/lake.json @@ -5,9 +5,9 @@ "color": "#3E498F", "vanillaDerivative": "WINDSWEPT_HILLS", "generators": [{ - "min": -15, + "min": -32, "max": -10, - "generator": "river" + "generator": "mountain" }], "customDerivitives": [{ "id": "tundra_lake", diff --git a/biomes/tundra/sea/river-rocky.json b/biomes/tundra/sea/river-rocky.json index 126aae7e..af8ca729 100644 --- a/biomes/tundra/sea/river-rocky.json +++ b/biomes/tundra/sea/river-rocky.json @@ -4,7 +4,7 @@ "color": "#4939DF", "vanillaDerivative": "LUKEWARM_OCEAN", "generators": [{ - "min": -31, + "min": -41, "max": -7, "generator": "plain" }], diff --git a/biomes/tundra/sea/river.json b/biomes/tundra/sea/river.json index 6cfc51dd..bf216e36 100644 --- a/biomes/tundra/sea/river.json +++ b/biomes/tundra/sea/river.json @@ -7,7 +7,7 @@ "generators": [{ "generator": "river", "max": -10, - "min": -27 + "min": -47 }], "layers": [ { diff --git a/biomes/tundra/shore/beach-stone.json b/biomes/tundra/shore/beach-stone.json index 8c62105c..c5063434 100644 --- a/biomes/tundra/shore/beach-stone.json +++ b/biomes/tundra/shore/beach-stone.json @@ -28,8 +28,8 @@ "name": "standard-surface-portals", "chance": 0.00505, "place": [ - "clutter/swordnp2", - "clutter/swordnp1", + "structures/swordnp2", + "structures/swordnp1", "structures/giantportal1", "structures/giantportal2", "structures/giantportal3", diff --git a/biomes/tundra/shore/beach.json b/biomes/tundra/shore/beach.json index 2e80a107..b49b865e 100644 --- a/biomes/tundra/shore/beach.json +++ b/biomes/tundra/shore/beach.json @@ -92,21 +92,15 @@ "name": "standard-surface-portals", "chance": 0.00505, "place": [ - "clutter/swordnp2", - "clutter/swordnp1", - "structures/giantportal1", - "structures/giantportal2", - "structures/giantportal3", - "structures/portal1", - "structures/portal2", - "structures/portal3", - "structures/portal4", - "structures/portal5", - "structures/portal6", - "structures/portal7", - "structures/portal8", - "structures/portal9", - "structures/portal10" + "structures/swordnp2", + "structures/swordnp1", + "structures/swordnpstr2", + "structures/swordnpstr1", + "structures/giantportal1", + "structures/giantportal2", + "structures/giantportal3", + "structures/megaportal1", + "structures/megaportal2" ], "edit": [ { diff --git a/biomes/tundra/taiga-extended.json b/biomes/tundra/taiga-extended.json index c31b2cf6..e2e76a2c 100644 --- a/biomes/tundra/taiga-extended.json +++ b/biomes/tundra/taiga-extended.json @@ -167,8 +167,8 @@ "enabled": true }, "place": [ - "clutter/swordnp2", - "clutter/swordnp1" + "structures/swordnp2", + "structures/swordnp1" ], "translate": { "x": 0, diff --git a/biomes/tundra/taiga.json b/biomes/tundra/taiga.json index 1473ad69..5647a70f 100644 --- a/biomes/tundra/taiga.json +++ b/biomes/tundra/taiga.json @@ -162,8 +162,8 @@ "enabled": true }, "place": [ - "clutter/swordnp2", - "clutter/swordnp1" + "structures/swordnp2", + "structures/swordnp1" ], "translate": { "x": 0, diff --git a/caves/amethyst/small.json b/caves/amethyst/small.json index f3ddfcee..7e6c68ab 100644 --- a/caves/amethyst/small.json +++ b/caves/amethyst/small.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/amethyst", "fork": {"elipsoids": [{ diff --git a/caves/calcite/main.json b/caves/calcite/main.json index 41d440a6..05b5f418 100644 --- a/caves/calcite/main.json +++ b/caves/calcite/main.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/calcite", "fork": { @@ -27,7 +27,7 @@ "min": 2, "style": {"style": "SIMPLEX"} }, - "maxDistance": 77, + "maxDistance": 100, "yStyle": { "min": -3, "max": 1, diff --git a/caves/calcite/small.json b/caves/calcite/small.json index bbb55da4..2096feda 100644 --- a/caves/calcite/small.json +++ b/caves/calcite/small.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/calcite", "fork": {"elipsoids": [{ diff --git a/caves/deep/elongated.json b/caves/deep/elongated.json index 58b0bb1b..ae64f226 100644 --- a/caves/deep/elongated.json +++ b/caves/deep/elongated.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/deepravine", "fork": { @@ -43,7 +43,7 @@ "zoom": 0.5 } }, - "maxDistance": 77, + "maxDistance": 100, "yStyle": { "min": -2, "max": 1, diff --git a/caves/deep/main.json b/caves/deep/main.json index 9e9a1944..91aadc29 100644 --- a/caves/deep/main.json +++ b/caves/deep/main.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 80, - "min": 5 + "max": 400, + "min": 15 }, "customBiome": "carving/deepslate", "fork": { diff --git a/caves/drip/main.json b/caves/drip/main.json index b2881896..a0563628 100644 --- a/caves/drip/main.json +++ b/caves/drip/main.json @@ -2,8 +2,8 @@ "name": "Amethyst Cavern", "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/drip", "fork": { @@ -28,7 +28,7 @@ "min": 2, "style": {"style": "SIMPLEX"} }, - "maxDistance": 77, + "maxDistance": 100, "yStyle": { "min": -3, "max": 1, diff --git a/caves/drip/small.json b/caves/drip/small.json index 1e1e89d3..77fac63d 100644 --- a/caves/drip/small.json +++ b/caves/drip/small.json @@ -2,8 +2,8 @@ "name": "Amethyst Cavern Small", "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/drip-lite", "fork": {"elipsoids": [{ diff --git a/caves/granite/small.json b/caves/granite/small.json index f6f2962c..03b1cf7c 100644 --- a/caves/granite/small.json +++ b/caves/granite/small.json @@ -2,8 +2,8 @@ "name": "Granite Cavern", "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/granite", "fork": { diff --git a/caves/ice/main.json b/caves/ice/main.json index b70bb0c6..2009cb0d 100644 --- a/caves/ice/main.json +++ b/caves/ice/main.json @@ -2,8 +2,8 @@ "name": "Ice Cavern", "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 120, - "min": 3 + "max": 400, + "min": 15 }, "customBiome": "carving/ice", "fork": { @@ -28,7 +28,7 @@ "min": 3, "style": {"style": "VASCULAR"} }, - "maxDistance": 77, + "maxDistance": 100, "yStyle": { "min": -3, "max": 1, diff --git a/caves/ice/small.json b/caves/ice/small.json index 8034627f..6a8e336d 100644 --- a/caves/ice/small.json +++ b/caves/ice/small.json @@ -2,8 +2,8 @@ "name": "Amethyst Cavern Small", "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 65, - "min": 3 + "max": 400, + "min": 15 }, "customBiome": "carving/ice-lite", "fork": {"elipsoids": [{ diff --git a/caves/jungle/main.json b/caves/jungle/main.json index dbfdeb19..2079dae5 100644 --- a/caves/jungle/main.json +++ b/caves/jungle/main.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 130, - "min": 5 + "max": 400, + "min": 15 }, "customBiome": "carving/jungle", "fork": { @@ -45,7 +45,7 @@ "min": 3, "style": {"style": "SIMPLEX"} }, - "maxDistance": 77, + "maxDistance": 100, "yStyle": { "min": -3, "max": 1, diff --git a/caves/jungle/small.json b/caves/jungle/small.json index 8efc07ce..137e86ed 100644 --- a/caves/jungle/small.json +++ b/caves/jungle/small.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 65, - "min": 5 + "max": 400, + "min": 15 }, "customBiome": "carving/jungle", "fork": {"elipsoids": [{ diff --git a/caves/lush/small.json b/caves/lush/small.json index 7033aa59..4ecd18e4 100644 --- a/caves/lush/small.json +++ b/caves/lush/small.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 60, - "min": 17 + "max": 400, + "min": 15 }, "customBiome": "carving/lush", "fork": {"elipsoids": [{ diff --git a/caves/lush/tubes.json b/caves/lush/tubes.json index 09378dac..32d0fea5 100644 --- a/caves/lush/tubes.json +++ b/caves/lush/tubes.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 60, - "min": 17 + "max": 400, + "min": 15 }, "customBiome": "carving/lush", "fork": { diff --git a/caves/mixed-sandstone/main.json b/caves/mixed-sandstone/main.json index 99c7d116..33845f95 100644 --- a/caves/mixed-sandstone/main.json +++ b/caves/mixed-sandstone/main.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/mixed-sandstone", "fork": { @@ -27,7 +27,7 @@ "min": 2, "style": {"style": "SIMPLEX"} }, - "maxDistance": 77, + "maxDistance": 100, "yStyle": { "min": -3, "max": 1, diff --git a/caves/mixed-sandstone/small.json b/caves/mixed-sandstone/small.json index 0a57e028..125eee7d 100644 --- a/caves/mixed-sandstone/small.json +++ b/caves/mixed-sandstone/small.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/mixed-sandstone", "fork": {"elipsoids": [{ diff --git a/caves/red-sandstone/main.json b/caves/red-sandstone/main.json index 955135c7..8bd7548a 100644 --- a/caves/red-sandstone/main.json +++ b/caves/red-sandstone/main.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/red-sandstone", "fork": { @@ -27,7 +27,7 @@ "min": 2, "style": {"style": "SIMPLEX"} }, - "maxDistance": 77, + "maxDistance": 100, "yStyle": { "min": -3, "max": 1, diff --git a/caves/red-sandstone/small.json b/caves/red-sandstone/small.json index bf5904ad..ead05aae 100644 --- a/caves/red-sandstone/small.json +++ b/caves/red-sandstone/small.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/red-sandstone", "fork": {"elipsoids": [{ diff --git a/caves/rocky/main.json b/caves/rocky/main.json index 7b9e9dfe..ff6b4442 100644 --- a/caves/rocky/main.json +++ b/caves/rocky/main.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/rocky", "fork": { @@ -23,11 +23,11 @@ }, "worm": { "girth": { - "max": 7, - "min": 2, + "max": 13, + "min": 5, "style": {"style": "SIMPLEX"} }, - "maxDistance": 77, + "maxDistance": 100, "yStyle": { "min": -3, "max": 1, diff --git a/caves/rocky/small.json b/caves/rocky/small.json index 6f9a1fc0..b5ba139f 100644 --- a/caves/rocky/small.json +++ b/caves/rocky/small.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/rocky", "fork": {"elipsoids": [{ @@ -16,7 +16,7 @@ }]}, "worm": { "girth": { - "max": 4, + "max": 9, "min": 2, "style": {"style": "SIMPLEX"} }, diff --git a/caves/rocky/tubes.json b/caves/rocky/tubes.json index 20e27ad2..15e5bf80 100644 --- a/caves/rocky/tubes.json +++ b/caves/rocky/tubes.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 220, - "min": 30 + "max": 400, + "min": 15 }, "customBiome": "carving/mountain-caves", "fork": { diff --git a/caves/sandstone/main.json b/caves/sandstone/main.json index 46f6414b..3356386b 100644 --- a/caves/sandstone/main.json +++ b/caves/sandstone/main.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/sandstone", "fork": { @@ -27,7 +27,7 @@ "min": 2, "style": {"style": "SIMPLEX"} }, - "maxDistance": 77, + "maxDistance": 100, "yStyle": { "min": -3, "max": 1, diff --git a/caves/sandstone/small.json b/caves/sandstone/small.json index ab2fffee..ed582c52 100644 --- a/caves/sandstone/small.json +++ b/caves/sandstone/small.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/sandstone", "fork": {"elipsoids": [{ diff --git a/caves/simple/main.json b/caves/simple/main.json index 8e77ee69..571413a6 100644 --- a/caves/simple/main.json +++ b/caves/simple/main.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "fork": { "caves": [{ @@ -26,7 +26,7 @@ "min": 2, "style": {"style": "SIMPLEX"} }, - "maxDistance": 77, + "maxDistance": 100, "yStyle": { "min": -3, "max": 1, diff --git a/caves/simple/small.json b/caves/simple/small.json index b9cf398d..bab7eb61 100644 --- a/caves/simple/small.json +++ b/caves/simple/small.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "fork": {"elipsoids": [{ "fill": {"block": "minecraft:cave_air"}, diff --git a/caves/swamp/main.json b/caves/swamp/main.json index 9685cd52..88db0b82 100644 --- a/caves/swamp/main.json +++ b/caves/swamp/main.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 90, - "min": 5 + "max": 400, + "min": 15 }, "customBiome": "carving/swamp", "fork": { diff --git a/caves/swamp/small.json b/caves/swamp/small.json index e6f208d8..74ab318b 100644 --- a/caves/swamp/small.json +++ b/caves/swamp/small.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 65, - "min": 5 + "max": 400, + "min": 15 }, "customBiome": "carving/swamp", "fork": {"elipsoids": [{ diff --git a/caves/volcanic/main.json b/caves/volcanic/main.json index 4f3cfc53..dabe3518 100644 --- a/caves/volcanic/main.json +++ b/caves/volcanic/main.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/volcanic", "fork": { @@ -27,7 +27,7 @@ "min": 2, "style": {"style": "SIMPLEX"} }, - "maxDistance": 77, + "maxDistance": 100, "yStyle": { "min": -3, "max": 1, diff --git a/caves/volcanic/small.json b/caves/volcanic/small.json index c66e378e..c36211a4 100644 --- a/caves/volcanic/small.json +++ b/caves/volcanic/small.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 185, - "min": 7 + "max": 400, + "min": 15 }, "customBiome": "carving/volcanic", "fork": {"elipsoids": [{ diff --git a/dimensions/overworld.json b/dimensions/overworld.json index a8e3bb17..35e0cb96 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -4,15 +4,16 @@ "environment": "NORMAL", "fluidHeight": 100, "continentZoom": 1, + "focus": "swamp/sea/ocean-tree", + "continentalStyle": { + "style": "NOWHERE_CELLULAR", + "zoom": 5 + }, "logicalHeight": 448, "dimensionHeight": { "max": 448, "min": -64 }, - "continentalStyle": { - "style": "NOWHERE_CELLULAR", - "zoom": 5 - }, "landChance": 0.69, "regionStyle": { "style": "NOWHERE_CELLULAR", diff --git a/ravines/calcite/main.json b/ravines/calcite/main.json index e1fe106e..4724a737 100644 --- a/ravines/calcite/main.json +++ b/ravines/calcite/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 77, + "maxDistance": 100, "maxIterations": 128 }, "customBiome": "carving/calcite", diff --git a/ravines/deep/main.json b/ravines/deep/main.json index 5b2a9f6d..384006a0 100644 --- a/ravines/deep/main.json +++ b/ravines/deep/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 77, + "maxDistance": 100, "maxIterations": 128 }, "customBiome": "carving/rocky", diff --git a/ravines/drip/main.json b/ravines/drip/main.json index dcf0bba1..b18c8334 100644 --- a/ravines/drip/main.json +++ b/ravines/drip/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 77, + "maxDistance": 100, "maxIterations": 128 }, "customBiome": "carving/drip", diff --git a/ravines/ice/main.json b/ravines/ice/main.json index 4037eece..4e9bbec6 100644 --- a/ravines/ice/main.json +++ b/ravines/ice/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 77, + "maxDistance": 100, "maxIterations": 128 }, "customBiome": "carving/ice-ravine", diff --git a/ravines/mixed-sandstone/main.json b/ravines/mixed-sandstone/main.json index 184f6956..8716174b 100644 --- a/ravines/mixed-sandstone/main.json +++ b/ravines/mixed-sandstone/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 77, + "maxDistance": 100, "maxIterations": 128 }, "customBiome": "carving/mixed-sandstone", diff --git a/ravines/red-sandstone/main.json b/ravines/red-sandstone/main.json index 3a40a38e..0067ee9a 100644 --- a/ravines/red-sandstone/main.json +++ b/ravines/red-sandstone/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 77, + "maxDistance": 100, "maxIterations": 128 }, "customBiome": "carving/red-sandstone", diff --git a/ravines/rocky/main.json b/ravines/rocky/main.json index bd6b8dd8..035e9b65 100644 --- a/ravines/rocky/main.json +++ b/ravines/rocky/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 77, + "maxDistance": 100, "maxIterations": 128 }, "customBiome": "carving/rocky", diff --git a/ravines/sandstone/main.json b/ravines/sandstone/main.json index 7ae4c96e..5075d372 100644 --- a/ravines/sandstone/main.json +++ b/ravines/sandstone/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 77, + "maxDistance": 100, "maxIterations": 128 }, "customBiome": "carving/sandstone", diff --git a/ravines/simple/main.json b/ravines/simple/main.json index cc05376d..e29db78b 100644 --- a/ravines/simple/main.json +++ b/ravines/simple/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 77, + "maxDistance": 100, "maxIterations": 128 }, "fork": { diff --git a/ravines/swamp/main.json b/ravines/swamp/main.json index 137723ae..3a175b6b 100644 --- a/ravines/swamp/main.json +++ b/ravines/swamp/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 77, + "maxDistance": 100, "maxIterations": 128 }, "customBiome": "carving/swamp", diff --git a/ravines/volcanic/main.json b/ravines/volcanic/main.json index 2cc9306c..d7dc4aee 100644 --- a/ravines/volcanic/main.json +++ b/ravines/volcanic/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 77, + "maxDistance": 100, "maxIterations": 128 }, "customBiome": "carving/volcanic", diff --git a/regions/frozen.json b/regions/frozen.json index e6852c75..730d46a8 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -136,19 +136,15 @@ "name": "standard-surface-portals", "chance": 0.001, "place": [ + "structures/swordnp2", + "structures/swordnp1", + "structures/swordnpstr2", + "structures/swordnpstr1", "structures/giantportal1", "structures/giantportal2", "structures/giantportal3", - "structures/portal1", - "structures/portal2", - "structures/portal3", - "structures/portal4", - "structures/portal5", - "structures/portal6", - "structures/portal7", - "structures/portal8", - "structures/portal9", - "structures/portal10" + "structures/megaportal1", + "structures/megaportal2" ], "edit": [ { @@ -184,13 +180,23 @@ "caves": [{ "breakSurface": true, "cave": "ice/main", - "rarity": 22, + "rarity": 10, "caveStartHeight": { - "max": 200, + "max": 400, "min": 15, "style": {"style": "VASCULAR"} } - }] + }, + { + "breakSurface": true, + "cave": "rocky/main", + "rarity": 50, + "caveStartHeight": { + "max": 400, + "min": 15, + "style": {"style": "STATIC"} + } + }] }, "shoreHeightZoom": 1.14, "riverThickness": 0.006, diff --git a/regions/hot.json b/regions/hot.json index e4165693..c3d21d13 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -132,8 +132,8 @@ "name": "standard-surface-portals", "chance": 0.001, "place": [ - "clutter/swordnp2", - "clutter/swordnp1", + "structures/swordnp2", + "structures/swordnp1", "structures/giantportal1", "structures/giantportal2", "structures/giantportal3", @@ -195,8 +195,8 @@ "cave": "sandstone/main", "rarity": 20, "caveStartHeight": { - "max": 100, - "min": 29, + "max": 400, + "min": 15, "style": {"style": "STATIC"} } }, @@ -205,8 +205,8 @@ "cave": "red-sandstone/main", "rarity": 20, "caveStartHeight": { - "max": 100, - "min": 29, + "max": 400, + "min": 15, "style": {"style": "STATIC"} } }, @@ -215,8 +215,8 @@ "cave": "mixed-sandstone/main", "rarity": 15, "caveStartHeight": { - "max": 100, - "min": 29, + "max": 400, + "min": 15, "style": {"style": "STATIC"} } }, @@ -225,18 +225,18 @@ "cave": "drip/main", "rarity": 46, "caveStartHeight": { - "max": 120, - "min": 69, + "max": 400, + "min": 15, "style": {"style": "STATIC"} } }, { "breakSurface": true, "cave": "rocky/main", - "rarity": 87, + "rarity": 50, "caveStartHeight": { - "max": 61, - "min": 28, + "max": 400, + "min": 15, "style": {"style": "STATIC"} } } diff --git a/regions/mushroom.json b/regions/mushroom.json index 6c4ced14..2248473e 100644 --- a/regions/mushroom.json +++ b/regions/mushroom.json @@ -4,7 +4,7 @@ "landBiomes": [ "mushroom/forest", "mushroom/crimson-forest", - "mushroom/forest-hills", + "mushroom/forest-extended", "mushroom/plains", "mushroom/warped-forest" ], @@ -112,6 +112,19 @@ ], "shoreHeightMin": 3.2, "shoreHeightMax": 6.2, + "carving": { + "caves": [ + { + "breakSurface": true, + "cave": "rocky/main", + "rarity": 50, + "caveStartHeight": { + "max": 400, + "min": 15, + "style": {"style": "STATIC"} + } + }] + }, "loot": { "mode": "ADD", "multiplier": 1, diff --git a/regions/swamp.json b/regions/swamp.json index 91c2c0fa..4e83ec4c 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -113,8 +113,8 @@ "cave": "swamp/main", "rarity": 10, "caveStartHeight": { - "max": 120, - "min": 20, + "max": 400, + "min": 15, "style": {"style": "STATIC"} } }]}, diff --git a/regions/temperate.json b/regions/temperate.json index 9ccef9b1..6446a864 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -93,21 +93,15 @@ "name": "standard-surface-portals", "chance": 0.001, "place": [ - "clutter/swordnp2", - "clutter/swordnp1", + "structures/swordnp2", + "structures/swordnp1", + "structures/swordnpstr2", + "structures/swordnpstr1", "structures/giantportal1", "structures/giantportal2", "structures/giantportal3", - "structures/portal1", - "structures/portal2", - "structures/portal3", - "structures/portal4", - "structures/portal5", - "structures/portal6", - "structures/portal7", - "structures/portal8", - "structures/portal9", - "structures/portal10" + "structures/megaportal1", + "structures/megaportal2" ], "edit": [ { @@ -152,8 +146,8 @@ "cave": "drip/main", "rarity": 30, "caveStartHeight": { - "max": 180, - "min": 20, + "max": 400, + "min": 15, "style": {"style": "STATIC"} } }, @@ -162,8 +156,8 @@ "cave": "rocky/main", "rarity": 15, "caveStartHeight": { - "max": 185, - "min": 25, + "max": 400, + "min": 15, "style": {"style": "STATIC"} } } diff --git a/regions/tropical.json b/regions/tropical.json index b0ae55c0..c53db2b3 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -33,30 +33,30 @@ { "breakSurface": true, "cave": "volcanic/main", - "rarity": 119, + "rarity": 75, "caveStartHeight": { - "max": 267, - "min": 20, + "max": 400, + "min": 15, "style": {"style": "STATIC"} } }, { "breakSurface": true, "cave": "drip/main", - "rarity": 51, + "rarity": 45, "caveStartHeight": { - "max": 210, - "min": 22, + "max": 400, + "min": 15, "style": {"style": "STATIC"} } }, { "breakSurface": true, "cave": "rocky/main", - "rarity": 100, + "rarity": 50, "caveStartHeight": { - "max": 220, - "min": 12, + "max": 400, + "min": 15, "style": {"style": "STATIC"} } }, @@ -65,8 +65,8 @@ "cave": "jungle/main", "rarity": 25, "caveStartHeight": { - "max": 198, - "min": 29, + "max": 400, + "min": 15, "style": {"style": "STATIC"} } } @@ -164,21 +164,15 @@ "name": "standard-surface-portals", "chance": 0.001, "place": [ - "clutter/swordnp2", - "clutter/swordnp1", + "structures/swordnp2", + "structures/swordnp1", + "structures/swordnpstr2", + "structures/swordnpstr1", "structures/giantportal1", "structures/giantportal2", "structures/giantportal3", - "structures/portal1", - "structures/portal2", - "structures/portal3", - "structures/portal4", - "structures/portal5", - "structures/portal6", - "structures/portal7", - "structures/portal8", - "structures/portal9", - "structures/portal10" + "structures/megaportal1", + "structures/megaportal2" ], "edit": [ { diff --git a/regions/tundra.json b/regions/tundra.json index 3f100400..d0ce4ee0 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -77,11 +77,11 @@ "carving": { "ravines": [ { - "rarity": 421, + "rarity": 400, "ravine": "calcite/main" }, { - "rarity": 271, + "rarity": 250, "ravine": "rocky/main" } ], @@ -91,8 +91,8 @@ "cave": "calcite/main", "rarity": 20, "caveStartHeight": { - "max": 220, - "min": 13, + "max": 400, + "min": 15, "style": {"style": "STATIC"} } }, @@ -101,8 +101,8 @@ "cave": "rocky/main", "rarity": 5, "caveStartHeight": { - "max": 199, - "min": 18, + "max": 400, + "min": 15, "style": {"style": "STATIC"} } }