diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-21 09:01:51 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-21 09:01:51 +0000 |
commit | 3a788006f53e665c035af93c86e8aa4300b5f412 (patch) | |
tree | 8890f33af750626e76c80a9add079876330c270e /constants/regexes.json | |
parent | c0209b7d55b68e560eff91192162735783d1c468 (diff) | |
download | SkyHanni-REPO-3a788006f53e665c035af93c86e8aa4300b5f412.tar.gz SkyHanni-REPO-3a788006f53e665c035af93c86e8aa4300b5f412.tar.bz2 SkyHanni-REPO-3a788006f53e665c035af93c86e8aa4300b5f412.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/6379632b07f05c47909c4eae787921adbe330886
Diffstat (limited to 'constants/regexes.json')
-rw-r--r-- | constants/regexes.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index e0b0fc6..6edf73f 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "a4fe926", + "sourceLabel": "6379632", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -67,7 +67,9 @@ "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)!", - "harp.inventory": "^Harp.*", + "harp.inventory": "Harp.*", + "harp.menu": "Melody.*", + "harp.song.selected": "§aSong is selected!", "mining.powder.tracker.picked": "§6You have successfully picked the lock on this chest!", "mining.powder.tracker.uncovered": "§aYou uncovered a treasure chest!", "mining.powder.tracker.powder.started": ".*§r§b§l2X POWDER ENDED!.*", |