diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-02-14 19:10:57 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-02-14 19:10:57 +0000 |
commit | e83e71c5f81576ebfd41b927cd4ade942d987dc0 (patch) | |
tree | b519bce290a0a773fe73be5548048ac8093c6249 /constants/regexes.json | |
parent | 277e6f65c195ab39ff1b3c254937426c93024823 (diff) | |
download | SkyHanni-REPO-e83e71c5f81576ebfd41b927cd4ade942d987dc0.tar.gz SkyHanni-REPO-e83e71c5f81576ebfd41b927cd4ade942d987dc0.tar.bz2 SkyHanni-REPO-e83e71c5f81576ebfd41b927cd4ade942d987dc0.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/df9f53b558999be18a80e500d26b62cbd26e5e28
Diffstat (limited to 'constants/regexes.json')
-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 72826c7..d4fb758 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "791f12f", + "sourceLabel": "df9f53b", "regexes": { "utils.string.isroman": "^M{0,3}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})", "data.hypixeldata.serverid.scoreboard": "§7\\d+/\\d+/\\d+ §8(?\u003cservertype\u003e[mM])(?\u003cserverid\u003e\\S+)", @@ -20,6 +20,7 @@ "utils.item.neuitems.enchantmentname": "^(?\u003cformat\u003e(?:§.)+)(?\u003cname\u003e[^§]+) (?\u003clevel\u003e[IVXL]+)$", "utils.item.name.potion": ".*Potion", "utils.item.petlevel": "(?:§f§f)?§7\\[Lvl (?\u003clevel\u003e\\d+)] .*", + "utils.item.sack": ".*Sack", "utils.skyblocktime.season": "(?:Early |Late )?(?\u003cseason\u003eSpring|Summer|Autumn|Winter)", "misc.pet.menu.title": "Pets(?: \\(\\d+/\\d+\\) )?", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", |