diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-28 17:48:10 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-28 17:48:10 +0000 |
commit | 10d17d6c65e8093d3626c073385384a81fe3eb63 (patch) | |
tree | c7c4646d7d6c4b4c8ee7350dc772590daeb248dd | |
parent | 097379c4dd1a964006d0bd5adbcab5b2998bf82f (diff) | |
download | SkyHanni-REPO-10d17d6c65e8093d3626c073385384a81fe3eb63.tar.gz SkyHanni-REPO-10d17d6c65e8093d3626c073385384a81fe3eb63.tar.bz2 SkyHanni-REPO-10d17d6c65e8093d3626c073385384a81fe3eb63.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/e1d153de7fc5ad8511fa3d40b14d5815c9920096
-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 c7c8a9e..e349a3d 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "71ae949", + "sourceLabel": "e1d153d", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -35,6 +35,7 @@ "data.party.dungeonfinder.join": "§dParty Finder §f\u003e (?\u003cname\u003e.*?) §ejoined the dungeon group! \\(§[a-fA-F0-9].* Level \\d+§[a-fA-F0-9]\\)", "bingo.detection.scoreboard": " §.Ⓑ §.Bingo", "auctions.highlight.buyitnow": "§7Buy it now: §6(?\u003ccoins\u003e.*) coins", + "inventory.hidenotclickable.seeds": "SEEDS|CARROT_ITEM|POTATO_ITEM|PUMPKIN_SEEDS|SUGAR_CANE|MELON_SEEDS|CACTUS|INK_SACK-3", "dungeon.end.chests.spawned": "(?:§f)?( *)§r§c(The|Master Mode) Catacombs §r§8- §r§eFloor (.*)", "event.winter.uniquegifts.gifted": "§6\\+1 Unique Gift given! To ([^§]+)§r§6!", "event.winter.uniquegifts.giftname": "(?:WHITE|RED|GREEN)_GIFT$", |