diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-25 07:46:18 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-25 07:46:18 +0000 |
commit | 5d7042aa10defbca29839a532d70ffce72788464 (patch) | |
tree | 0b79784866ac22d5d1f82485a458b12179b4d51d | |
parent | 7c8543eee81e6759f9248f0b841fd0dae4da5899 (diff) | |
download | SkyHanni-REPO-5d7042aa10defbca29839a532d70ffce72788464.tar.gz SkyHanni-REPO-5d7042aa10defbca29839a532d70ffce72788464.tar.bz2 SkyHanni-REPO-5d7042aa10defbca29839a532d70ffce72788464.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/f3b3b44296b8a6ac77ecad433ca28e7a03a9eaf2
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 4654b94..207fb73 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "3d2e244", + "sourceLabel": "f3b3b44", "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+)", @@ -657,6 +657,8 @@ "tab.widget.setting.show": "Shown .* Setting.*|.*Widget Settings", "tab.widget.setting.click.disable": ".*(disable!)", "tab.widget.setting.is.enabled": ".*ENABLED", + "misc.items.enchantparsing.enchants": "(?\u003cenchant\u003e[A-Za-z][A-Za-z -]+) (?\u003clevelNumeral\u003e[IVXLCDM]+)(?\u003cstacking\u003e, |$| \\d{1,3}(,\\d{3})*)", + "misc.items.enchantparsing.grayenchants": "^(Respiration|Aqua Affinity|Depth Strider|Efficiency).*", "garden.pests.spawn.one": "§6§l.*! §7A §6Pest §7has appeared in §aPlot §7- §b(?\u003cplot\u003e.*)§7!", "garden.pests.spawn.onebarn": "§6§l.*! §7A §6Pest §7has appeared in §a(?\u003cplot\u003eThe Barn)§7!", "garden.pests.spawn.multiple": "§6§l.*! §6(?\u003camount\u003e\\d) Pests §7have spawned in §aPlot §7- §b(?\u003cplot\u003e.*)§7!", |