aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-04-12 05:27:14 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-04-12 05:27:14 +0000
commit04c138b4e2a6d300f13e5db32f90c2643dd26f1a (patch)
treee60043e570eaf08070f36554d0155e1dd6e20387 /constants
parentb4f27a0ce74dd60ad97450957a84b049e1fa4c18 (diff)
downloadSkyHanni-REPO-04c138b4e2a6d300f13e5db32f90c2643dd26f1a.tar.gz
SkyHanni-REPO-04c138b4e2a6d300f13e5db32f90c2643dd26f1a.tar.bz2
SkyHanni-REPO-04c138b4e2a6d300f13e5db32f90c2643dd26f1a.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/c52e49c3be13630c872bcb4d2beac13959fbe557
Diffstat (limited to 'constants')
-rw-r--r--constants/regexes.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index f504b0b..6603e25 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "0db07a9",
+ "sourceLabel": "c52e49c",
"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+)",
@@ -384,6 +384,8 @@
"garden.barn.skin.change": "§aChanging Barn skin to §r.*",
"garden.inventory.numbers.upgradetier": "§7Current Tier: §[ea](?\u003ctier\u003e.*)§7/§a.*",
"garden.visitor.timer.time.new": " Next Visitor: §r(?\u003cinfo\u003e.*)",
+ "mining.fossilexcavator.chargesremaining": "Chisel Charges Remaining: (?\u003ccharges\u003e\\d+)",
+ "mining.fossilexcavator.fossilprogress": "Fossil Excavation Progress: (?\u003cprogress\u003e[\\d.]+%)",
"garden.level.inventory.nextxp": ".* §e(?\u003cnextLevelExp\u003e.*)§6/.*",
"garden.level.inventory.name": "Garden (?:Desk|Level (?\u003ccurrentLevel\u003e.*))",
"garden.level.inventory.overflow": ".*§r §6(?\u003coverflow\u003e.*)",