From 95a61e658a018da7ff965313f6d013833f634706 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Mon, 30 Aug 2021 16:35:15 -0700 Subject: [PATCH] JUNGLE FIXES --- caves/jungle/main.json | 6 +++--- caves/jungle/small.json | 6 +++--- regions/tropical.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/caves/jungle/main.json b/caves/jungle/main.json index be70b3e3..53720fe5 100644 --- a/caves/jungle/main.json +++ b/caves/jungle/main.json @@ -3,10 +3,10 @@ "block": "minecraft:cave_air" }, "verticalRange": { - "max": 80, + "max": 130, "min": 5 }, - "customBiome": "subterrestrial-palette/swamp-cavern", + "customBiome": "subterrestrial-palette/jungle-cavern", "fork": { "ravines": [ { @@ -47,7 +47,7 @@ "max": 5, "min": 3, "style": { - "style": "VASCULAR" + "style": "SIMPLEX" } }, "maxDistance": 100, diff --git a/caves/jungle/small.json b/caves/jungle/small.json index a68a7015..c4f80981 100644 --- a/caves/jungle/small.json +++ b/caves/jungle/small.json @@ -21,10 +21,10 @@ }, "worm": { "girth": { - "max": 3, - "min": 2, + "max": 5, + "min": 1, "style": { - "style": "VASCULAR" + "style": "IRIS" } }, "maxDistance": 75, diff --git a/regions/tropical.json b/regions/tropical.json index 7b56e9ba..a8ce012b 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -72,7 +72,7 @@ { "breakSurface": true, "cave": "jungle/main", - "rarity": 75, + "rarity": 30, "caveStartHeight": { "max": 120, "min": 75,