From e52c650251b04e44e82cfbfe0db2637b07c8f2ea Mon Sep 17 00:00:00 2001 From: SuperObamaByte <145173390+SuperObamaByte@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:44:36 -0500 Subject: [PATCH] Update MagmaticHydrothermal.rcbp --- structures/active/MagmaticHydrothermal.rcbp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/structures/active/MagmaticHydrothermal.rcbp b/structures/active/MagmaticHydrothermal.rcbp index bfdb7f716..29359e92b 100644 --- a/structures/active/MagmaticHydrothermal.rcbp +++ b/structures/active/MagmaticHydrothermal.rcbp @@ -2,11 +2,11 @@ "data": [ { "biomes": "$MOUNTAIN", - "weight": 0.75 + "weight": 1.0 }, { "biomes": "$JUNGLE", - "weight": 0.25 + "weight": 0.5 }, { "biomes": "$HILLS", @@ -15,6 +15,10 @@ { "biomes": "$LUSH", "weight": 0.4 + }, + { + "biomes": "", + "weight": 0.1 } ], "metadata": { @@ -23,4 +27,4 @@ "" ] } -} \ No newline at end of file +}