diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-17 16:17:20 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-17 16:17:20 +0000 |
commit | 4be36f170a7651c408f707e0b227aa0b5f66e107 (patch) | |
tree | 4d020431f6d2167cf80754c20fb0821e6ebd5b5c | |
parent | 8fe07b333058d7e08a9ce3ab3664577e35753183 (diff) | |
download | SkyHanni-REPO-4be36f170a7651c408f707e0b227aa0b5f66e107.tar.gz SkyHanni-REPO-4be36f170a7651c408f707e0b227aa0b5f66e107.tar.bz2 SkyHanni-REPO-4be36f170a7651c408f707e0b227aa0b5f66e107.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/734fdf613cc660430447adbd3191b5bc7c1817de
-rw-r--r-- | constants/regexes.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index c88a164..10b05c1 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "05fd8b3", + "sourceLabel": "734fdf6", "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+)", @@ -270,6 +270,8 @@ "garden.pestsapi.tablist.infectedplots": "\\sPlots: (?\u003cplots\u003e.*)", "garden.pestsapi.chat.pestdeath": "§eYou received §a(?\u003camount\u003e[0-9]*)x (?\u003citem\u003e.*) §efor killing an? §6(?\u003cpest\u003e.*)§e!", "garden.pestsapi.chat.nopests": "§cThere are not any Pests on your Garden right now! Keep farming!", + "data.miningapi.area.glacite": "Glacite Tunnels", + "data.miningapi.cold.reset": "§cThe warmth of the campfire reduced your §r§b❄ Cold §r§cto 0!|§c ☠ §r§7You froze to death§r§7.", "mining.fossil.excavator.chat.start": " {2}§r§6§lEXCAVATION COMPLETE ", "mining.fossil.excavator.chat.end": "§a§l▬{64}", "mining.fossil.excavator.chat.item": " {4}§r(?\u003citem\u003e.+)", @@ -635,7 +637,6 @@ "mining.notifications.scrapdrop": "§6§lEXCAVATOR! §r§fYou found a §r§9Suspicious Scrap§r§f!", "mining.notifications.goblin.goldspawn": "§6A Golden Goblin has spawned!", "mining.notifications.goblin.diamondspawn": "§6A §r§bDiamond Goblin §r§6has spawned!", - "mining.notifications.cold.reset": "§cThe warmth of the campfire reduced your §r§b❄ Cold §r§cto 0!", "event.winter.drank.jyrre": "§aYou drank a §r§6Refined Bottle of Jyrre §r§aand gained §r§b\\+300✎ Intelligence §r§afor §r§b60 minutes§r§a!", "fishing.totemofcorruption.totemname": "§5§lTotem of Corruption", "fishing.totemofcorruption.timeremaining": "§7Remaining: §e(?:(?\u003cmin\u003e\\d+)m )?(?\u003csec\u003e\\d+)s", |