diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-04 21:14:32 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-04 21:14:32 +0000 |
commit | 12f9b5337a8dc1cff1d72e06acf79117b384f26d (patch) | |
tree | f7c61e862231dc97ac1758093d154e4fd99843ca | |
parent | b4f5a63319538b2f3451dd7789dd8ede153766b9 (diff) | |
download | SkyHanni-REPO-12f9b5337a8dc1cff1d72e06acf79117b384f26d.tar.gz SkyHanni-REPO-12f9b5337a8dc1cff1d72e06acf79117b384f26d.tar.bz2 SkyHanni-REPO-12f9b5337a8dc1cff1d72e06acf79117b384f26d.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/a8fe4fcd86b0abd646b719134f5606908cd516af
-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 105c586..9b2ee0e 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "e52c301", + "sourceLabel": "a8fe4fc", "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+)", @@ -396,6 +396,7 @@ "inventory.maxpurse.instant": ".*Price per unit: §6(?\u003ccoins\u003e[\\d.,]+) coins.*", "inventory.maxpurse.createorder": "§aCreate Buy Order", "inventory.maxpurse.createinstant": "§aBuy Instantly", + "inventory.supercrafting.craft": "§eYou Supercrafted §r§r§r§.(?\u003citem\u003e[^§]+)(?:§r§8x(?\u003camount\u003e\\d+))?§r§e!", "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.*)" |