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 +}