Skip to content

Commit

Permalink
Fix: Fixed trophy fish chat message regex
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsEmpa committed Jan 8, 2024
1 parent c6fd060 commit 91720da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent

class TrophyFishMessages {
private val trophyFishPattern =
"§6§lTROPHY FISH! §r§bYou caught an? §r(?<displayName>§[0-9a-f](?:§k)?[\\w -]+)§r§r§r §r§l§r(?<displayRarity>§[0-9a-f]§l\\w+)§r§b\\.".toPattern()
"§6§lTROPHY FISH! §r§bYou caught an? §r(?<displayName>§[0-9a-f](?:§k)?[\\w -]+) §r(?<displayRarity>§[0-9a-f]§l\\w+)§r§b\\.".toPattern()
private val config get() = SkyHanniMod.feature.fishing.trophyFishing.chatMessages

@SubscribeEvent
Expand Down

0 comments on commit 91720da

Please sign in to comment.