From 0f42992eebe2ec302f232171916cbc02253c318e Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:00:06 +0100 Subject: added super mega rare drops --- constants/FishingProfitItems.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/constants/FishingProfitItems.json b/constants/FishingProfitItems.json index 517bc8c..ca8833b 100644 --- a/constants/FishingProfitItems.json +++ b/constants/FishingProfitItems.json @@ -122,7 +122,8 @@ "MUSIC_RUNE;1", "ENCHANTED_IRON", "ENCHANTED_PUFFERFISH", - "TITANIC_EXP_BOTTLE" + "TITANIC_EXP_BOTTLE", + "DYE_AQUAMARINE" ], "Rain": [ "SKYBLOCK_COIN", @@ -144,6 +145,12 @@ "SQUID;3", "SQUID;4", "TITANIC_EXP_BOTTLE" + ], + "Fairy Pond": [ + "DYE_NADESHIKO" + ], + "Winter Island": [ + "DYE_ICEBERG" ] } } -- cgit