From 3a788006f53e665c035af93c86e8aa4300b5f412 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Jan 2024 09:01:51 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/6379632b07f05c47909c4eae787921adbe330886 --- constants/regexes.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'constants/regexes.json') 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!.*", -- cgit