diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-04 18:08:51 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-04 18:08:51 +0000 |
commit | 01f05cd42d86e87424d5faa69cd0c2e621034c8b (patch) | |
tree | faf8c5aedc11600938f243254b3c75cfb3cebbf2 | |
parent | 7c24d5f55ebe1f9bccf971e0b1b3789fdeba7488 (diff) | |
download | SkyHanni-REPO-01f05cd42d86e87424d5faa69cd0c2e621034c8b.tar.gz SkyHanni-REPO-01f05cd42d86e87424d5faa69cd0c2e621034c8b.tar.bz2 SkyHanni-REPO-01f05cd42d86e87424d5faa69cd0c2e621034c8b.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/49f34426da64d41cf1e560f8eb6f2824fc21c83e
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 98dc3af..7469c07 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "b51b07e", + "sourceLabel": "49f3442", "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+)", @@ -613,7 +613,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!", + "inventory.supercrafting.craft.new": "§eYou Supercrafted §r§r§r§.(?\u003citem\u003e[^§]+)(?:§r§8x(?\u003camount\u003e[\\d,]+))?§r§e!", "minion.infernominiontitle": "Inferno Minion .*", "misc.limbo.tooltip.minutes": "§5§o§a([\\d.,]+) minutes.+$", "misc.limbo.tooltip.hours": "§5§o§b([\\d.,]+) hours.+$", |