diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-23 15:38:45 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-23 15:38:45 +0000 |
commit | 93d2b6a241ff8a2808476221f7d9fca739883384 (patch) | |
tree | 63d90810b7cc1936d028d29dff3ed9bcd8e5bb5f /constants | |
parent | 27ad8020c78aeb9243f8b9e5a289b95cd4f2ffb1 (diff) | |
download | SkyHanni-REPO-93d2b6a241ff8a2808476221f7d9fca739883384.tar.gz SkyHanni-REPO-93d2b6a241ff8a2808476221f7d9fca739883384.tar.bz2 SkyHanni-REPO-93d2b6a241ff8a2808476221f7d9fca739883384.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/6bd39d3c74563ba3a4abb5ee4b2b3f94e70a2f12
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 b646c54..5bb359c 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "9afe501", + "sourceLabel": "6bd39d3", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -68,6 +68,7 @@ "garden.fortuneguide.capture.uniquevisitors.tierprogress": ".* §e(?\u003chaving\u003e.*)§6/(?\u003ctotal\u003e.*)", "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)", "harp.inventory": "Harp.*", "harp.menu": "Melody.*", "harp.song.selected": "§aSong is selected!", |