From 957cd2d5929d5eba2b5eabc65479e547b9dfdf81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 5 Feb 2024 11:07:17 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/95029eebcc73feac8842e953239cb71a0c1d1b48 --- constants/regexes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/constants/regexes.json b/constants/regexes.json index dff051f..88fdab8 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "d947829", + "sourceLabel": "95029ee", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -74,6 +74,7 @@ "garden.jacob.contests.inventory.medal": "§7§7You placed in the (?\u003cmedal\u003e.*) §7bracket!", "garden.fortuneguide.capture.uniquevisitors.tier": "§7Progress to Tier (?\u003cnextTier\u003e\\d+):.*", "garden.fortuneguide.capture.uniquevisitors.tierprogress": ".* §e(?\u003chaving\u003e.*)§6/(?\u003ctotal\u003e.*)", + "garden.fortuneguide.capture.petsmenu": "Pets(?: \\(\\d+/\\d+\\) )?", "fame.projects.contribute": "§7Contribute again: §e(?\u003ctime\u003e.*)", "fame.projects.completed": "§aProject is (?:being built|released)!", "fishing.trophyfishing.armor": "(BRONZE|SILVER|GOLD|DIAMOND)_HUNTER_(HELMET|CHESTPLATE|LEGGINGS|BOOTS)", -- cgit