From 2791d3cc8ffdd4d6b26e271fac03c411b8fa4506 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Jan 2024 17:02:11 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/d9478299376f302773b59bb0961f2282ab1a03dc --- constants/regexes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/regexes.json b/constants/regexes.json index 32a51c3..dff051f 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "66edf22", + "sourceLabel": "d947829", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -66,6 +66,7 @@ "relay.chat.8th": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe next relay is on top of a statue in the dungeon hub.", "relay.chat.9th": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe next relay is on top of the Auction House.", "garden.visitor.partialaccepted": "§aYou gave some of the required items!", + "garden.barn.skin.change": "§aChanging Barn skin to §r.*", "garden.level.inventory.nextxp": ".* §e(?\u003cnextLevelExp\u003e.*)§6/.*", "garden.level.inventory.overflow": ".*§r §6(?\u003coverflow\u003e.*)", "garden.level.inventory.currentlevel": "Garden Level (?\u003ccurrentLevel\u003e.*)", -- cgit