Skip to content

Commit

Permalink
Fix: Fish The Rabbit Production Time in Lore (hannibal002#2225)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidArthurCole authored Jul 16, 2024
1 parent 88faa15 commit 56928ee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ object ChocolateFactoryTooltipStray {
* REGEX-TEST: §7You gained §6+2,465,018 Chocolate§7!
* REGEX-TEST: §7gained §6+30,292 Chocolate§7!
* REGEX-TEST: §7§6+36,330 Chocolate§7!
* REGEX-TEST: §9Rabbit§7, so you received §655,935,257
*/
private val chocolateGainedPattern by ChocolateFactoryAPI.patternGroup.pattern(
"rabbit.stray",
"(?:§.)+(?:You )?(?:gained )?§6\\+(?<amount>[\\d,]+) Chocolate§7!"
"(?:§.)?+(?:Rabbit§7, so )?(?:[Yy]ou )?(?:gained |received )?§6\\+?(?<amount>[\\d,]+)(?:$| Chocolate§7!)"
)

@SubscribeEvent(priority = EventPriority.HIGH)
Expand Down

0 comments on commit 56928ee

Please sign in to comment.