diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-31 17:02:11 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-31 17:02:11 +0000 |
commit | 2791d3cc8ffdd4d6b26e271fac03c411b8fa4506 (patch) | |
tree | 83f8ac8c1e1627122142f26130d3ccee79182212 /constants | |
parent | 121b36c01ce1e36b2d7dd864f0d2a2bc0d799214 (diff) | |
download | SkyHanni-REPO-2791d3cc8ffdd4d6b26e271fac03c411b8fa4506.tar.gz SkyHanni-REPO-2791d3cc8ffdd4d6b26e271fac03c411b8fa4506.tar.bz2 SkyHanni-REPO-2791d3cc8ffdd4d6b26e271fac03c411b8fa4506.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/d9478299376f302773b59bb0961f2282ab1a03dc
Diffstat (limited to 'constants')
-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 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.*)", |