diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-23 15:43:02 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-23 15:43:02 +0000 |
commit | 1a82e0fe50edec4a47824012d29ac8a93f60ef69 (patch) | |
tree | 7122f93bca6b09111cd681a776ed6bbfa4adcb49 /constants | |
parent | 93d2b6a241ff8a2808476221f7d9fca739883384 (diff) | |
download | SkyHanni-REPO-1a82e0fe50edec4a47824012d29ac8a93f60ef69.tar.gz SkyHanni-REPO-1a82e0fe50edec4a47824012d29ac8a93f60ef69.tar.bz2 SkyHanni-REPO-1a82e0fe50edec4a47824012d29ac8a93f60ef69.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/d025d93bb69c7aa43dfe1ab8b2a2e11e331b4df7
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 5bb359c..b5bbe50 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "6bd39d3", + "sourceLabel": "d025d93", "regexes": { "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", @@ -59,6 +59,7 @@ "relay.chat.7th": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe next relay is on top of the shack next to the shady inn right here close to the pond.", "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.level.inventory.nextxp": ".* §e(?\u003cnextLevelExp\u003e.*)§6/.*", "garden.level.inventory.overflow": ".*§r §6(?\u003coverflow\u003e.*)", "garden.level.inventory.currentlevel": "Garden Level (?\u003ccurrentLevel\u003e.*)", |