aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2023-11-29 10:29:32 +0100
committerGitHub <noreply@github.com>2023-11-29 20:29:32 +1100
commit31704187c8527b03199e5abdddb982327ccfac53 (patch)
treedb1c8f200bc3cd77327a5b0cea262fcfc7161305 /src/main/kotlin
parent0c870fd83d6dd23d75e4308523eb35985b23f1ec (diff)
downloadNotEnoughUpdates-31704187c8527b03199e5abdddb982327ccfac53.tar.gz
NotEnoughUpdates-31704187c8527b03199e5abdddb982327ccfac53.tar.bz2
NotEnoughUpdates-31704187c8527b03199e5abdddb982327ccfac53.zip
Made MiningOverlay SkyMall preview work in Crystal Hollows (#958)
Diffstat (limited to 'src/main/kotlin')
-rw-r--r--src/main/kotlin/io/github/moulberry/notenoughupdates/guifeatures/SkyMallDisplay.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/kotlin/io/github/moulberry/notenoughupdates/guifeatures/SkyMallDisplay.kt b/src/main/kotlin/io/github/moulberry/notenoughupdates/guifeatures/SkyMallDisplay.kt
index 2821473b..2332da13 100644
--- a/src/main/kotlin/io/github/moulberry/notenoughupdates/guifeatures/SkyMallDisplay.kt
+++ b/src/main/kotlin/io/github/moulberry/notenoughupdates/guifeatures/SkyMallDisplay.kt
@@ -40,7 +40,7 @@ class SkyMallDisplay {
@SubscribeEvent(receiveCanceled = true)
fun onChatReceive(event: ClientChatReceivedEvent) {
if (!NotEnoughUpdates.INSTANCE.hasSkyblockScoreboard()) return
- if (SBInfo.getInstance().getLocation() != "mining_3") return
+ if (SBInfo.getInstance().getLocation() != "mining_3" && SBInfo.getInstance().getLocation() != "crystal_hollows") return
val matcher = pattern.matcher(event.message.formattedText)
if (!matcher.matches()) return
@@ -93,7 +93,7 @@ class SkyMallDisplay {
MORE_POWDER("+15% more §6Powder", "MITHRIL_ORE", "§r§fGain §r§a+15% §r§fmore Powder while mining."),
MINING_FORTUNE("+50 §6☘ Mining Fortune", "ENCHANTED_RABBIT_FOOT", "§r§fGain §r§a+50 §r§6☘ Mining Fortune§r§f."),
MINING_SPEED("+100 §6⸕ Mining Speed", "ENCHANTED_FEATHER", "§r§fGain §r§a+100 §r§6⸕ Mining Speed§r§f."),
- MORE_GOBLINS("10x §6Goblin chance", "GOBLIN_HELMET", "§r§f§r§a10x §r§fchance to find Goblins while mining."),
+ MORE_GOBLINS("10x §6Goblin chance", "GOBLIN_HELMET", "§r§f§r§a10x §r§fchance to find Golden and Diamond Goblins."),
TITANIUM_DROPS("5x §9Titanium drops", "TITANIUM_ORE", "§r§fGain §r§a5x §r§9Titanium §r§fdrops"),
// In case hypixel finds some day the missing dot at the end.