diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-02-05 11:07:17 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-02-05 11:07:17 +0000 |
commit | 957cd2d5929d5eba2b5eabc65479e547b9dfdf81 (patch) | |
tree | 80bbf83b2651c8fd9adf38b0475d3d25c6052cac /constants | |
parent | 463dd26a27ae5bf3e81538218046e0cc4473da09 (diff) | |
download | SkyHanni-REPO-957cd2d5929d5eba2b5eabc65479e547b9dfdf81.tar.gz SkyHanni-REPO-957cd2d5929d5eba2b5eabc65479e547b9dfdf81.tar.bz2 SkyHanni-REPO-957cd2d5929d5eba2b5eabc65479e547b9dfdf81.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/95029eebcc73feac8842e953239cb71a0c1d1b48
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 3 |
1 files changed, 2 insertions, 1 deletions
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)", |