diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-02-05 21:08:40 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-02-05 21:08:40 +0000 |
commit | f823eebe5686a4d69a8ba87467154d554308d7e5 (patch) | |
tree | 1e2dcd7d2b308b4741bfff9f5398e714ef2d0c0b | |
parent | a558362a649847d270d2513c9f029b45bcfa2461 (diff) | |
download | SkyHanni-REPO-f823eebe5686a4d69a8ba87467154d554308d7e5.tar.gz SkyHanni-REPO-f823eebe5686a4d69a8ba87467154d554308d7e5.tar.bz2 SkyHanni-REPO-f823eebe5686a4d69a8ba87467154d554308d7e5.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/d392c8085486b7d6b3c6a0e0707dd0ffc72224fa
-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 40a36f2..2271c2e 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "146c0be", + "sourceLabel": "d392c80", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -78,6 +78,7 @@ "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)", + "misc.restore.wizard.portal.earned": "§7Earned by:.*", "harp.inventory": "Harp.*", "harp.menu": "Melody.*", "harp.song.selected": "§aSong is selected!", |