diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-09 01:08:42 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-09 01:08:42 +0000 |
commit | 43ec9949d37539f832bd47c9e33a752e46b2a37b (patch) | |
tree | a24c9efc471107227cb11b141664152b278e58e8 /constants | |
parent | 4d604cb2a077bd78df9fc1577d44e94ba18c1080 (diff) | |
download | SkyHanni-REPO-43ec9949d37539f832bd47c9e33a752e46b2a37b.tar.gz SkyHanni-REPO-43ec9949d37539f832bd47c9e33a752e46b2a37b.tar.bz2 SkyHanni-REPO-43ec9949d37539f832bd47c9e33a752e46b2a37b.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/46058887efef190eefaff3f3d162a19a22f6acd0
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 4e366af..ae11795 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "451a9b5", + "sourceLabel": "4605888", "regexes": { "data.hypixeldata.serverid.scoreboard": "§7\\d+/\\d+/\\d+ §8(?\u003cservertype\u003e[mM])(?\u003cserverid\u003e\\S+).*", "data.hypixeldata.serverid.tablist": " Server: §r§8(?\u003cserverid\u003e\\S+)", @@ -435,7 +435,7 @@ "bingo.card.tips.card": "Bingo Card", "bingo.card.tips.reward": "§.§.§7Reward", "bingo.card.tips.reward.contribution": "§.§.§7Contribution Rewards.*", - "bingo.card.tips.row.name": "§o§eRow #.*", + "bingo.card.tips.row.name": "§o§.Row #.*", "garden.visitor.droptracker.accept": "OFFER ACCEPTED with (?\u003cvisitor\u003e.*) [(](?\u003crarity\u003e.*)[)]", "garden.visitor.droptracker.copper": "[+](?\u003camount\u003e.*) Copper", "garden.visitor.droptracker.gardenexp": "[+](?\u003camount\u003e.*) Garden Experience", |