diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-25 06:53:52 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-25 06:53:52 +0000 |
commit | 5a37cb0a0d8bfa4b371342126fa838f0779d4abb (patch) | |
tree | 7d9e7726849b93a572de5e76770a8684c0c4917b /constants/regexes.json | |
parent | 062fa66901b8d876ef2762fb6443f4f4c92c3b05 (diff) | |
download | SkyHanni-REPO-5a37cb0a0d8bfa4b371342126fa838f0779d4abb.tar.gz SkyHanni-REPO-5a37cb0a0d8bfa4b371342126fa838f0779d4abb.tar.bz2 SkyHanni-REPO-5a37cb0a0d8bfa4b371342126fa838f0779d4abb.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/3d2e244b69dd26977eef2187cc90ed9289c4735d
Diffstat (limited to 'constants/regexes.json')
-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 37ccda5..4654b94 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "82199d8", + "sourceLabel": "3d2e244", "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+)", @@ -282,7 +282,8 @@ "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.", + "data.miningapi.cold.reset": "§6The warmth of the campfire reduced your §r§b❄ Cold §r§6to §r§a0§r§6!|§c ☠ §r§7You froze to death§r§7.", + "data.miningapi.cold.deathreset": "§c ☠ §r§7§r§.(?\u003cname\u003e.+)§r§7 (?\u003creason\u003e.+)", "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.+)", |