diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-14 11:21:59 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-14 11:21:59 +0000 |
commit | e5ae91ebadd99bd330e463b9d5e48f634ec26466 (patch) | |
tree | c4b922de8d5d7ee95fc2063a9af1ce6f18991051 | |
parent | 7cf218a55001f6d8569891a172c25434c8c402e6 (diff) | |
download | SkyHanni-REPO-e5ae91ebadd99bd330e463b9d5e48f634ec26466.tar.gz SkyHanni-REPO-e5ae91ebadd99bd330e463b9d5e48f634ec26466.tar.bz2 SkyHanni-REPO-e5ae91ebadd99bd330e463b9d5e48f634ec26466.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/10c36e3c6a7f83b09be63bd734dafb460761ceb1
-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 96eb169..165c2fe 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "578069c", + "sourceLabel": "10c36e3", "regexes": { "data.hypixeldata.serverid.scoreboard": "§7\\d+/\\d+/\\d+ §8(?\u003cservertype\u003e[mM])(?\u003cserverid\u003e\\S+)", "data.hypixeldata.serverid.tablist": " Server: §r§8(?\u003cserverid\u003e\\S+)", @@ -532,6 +532,7 @@ "misc.limbo.tooltip.minutes": "§5§o§a([\\d.,]+) minutes.+$", "misc.limbo.tooltip.hours": "§5§o§b([\\d.,]+) hours.+$", "pet.petdropmessage": "(?\u003ctypeOfDrop\u003e§6§lPET DROP!|§5§lGREAT CATCH! §r§bYou found a §r§7\\[Lvl 1]) (?:§r)?§(?\u003crarityColor\u003e.)(?\u003cpetName\u003e[^§(.]+)(?\u003cmagicFindOrFarmingFortune\u003e.*)", + "inventory.recipe.title": ".* Recipe", "test.dev.copyrng.slayer": "§7Slayer XP: §d.*§5/§d(?\u003cxp\u003e.*)", "test.dev.copyrng.dungeon": "§7Dungeon Score: §d.*§5/§d(?\u003cxp\u003e.*)", "test.bestiary.type": "\\[Lv(?\u003clvl\u003e.*)] (?\u003ctext\u003e.*)" |