From 10d17d6c65e8093d3626c073385384a81fe3eb63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 28 Jan 2024 17:48:10 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/e1d153de7fc5ad8511fa3d40b14d5815c9920096 --- constants/regexes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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$", -- cgit