From 3d8f224cea9f57fe9c87cfbff47c636ecff4e66e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 23 Mar 2024 17:51:28 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/aa78d9de37d964de3334c6af18a3ba9ece426dde --- constants/regexes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants/regexes.json b/constants/regexes.json index ffe9c46..bf4cd5c 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "6498494", + "sourceLabel": "aa78d9d", "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+)", @@ -35,7 +35,7 @@ "bingo.card.hiddengoal": ".*§7§eThe next hint will unlock in (?\u003ctime\u003e.*)", "features.gui.customscoreboard.scoreboard.main.motes": "^(§.)*Motes: (§.)*(?\u003cmotes\u003e[\\d,]+).*$", "features.gui.customscoreboard.scoreboard.main.heat": "^Heat: (?\u003cheat\u003e.*)$", - "features.gui.customscoreboard.scoreboard.main.cold": "^Cold: §.❄ (?\u003ccold\u003e-?\\d+)$", + "features.gui.customscoreboard.scoreboard.main.cold": "^(?:§.)*Cold: §.❄ (?\u003ccold\u003e-?\\d+)$", "features.gui.customscoreboard.scoreboard.main.copper": "^(§.)*Copper: (§.)*(?\u003ccopper\u003e[\\d,]+).*$", "features.gui.customscoreboard.scoreboard.main.location": "^\\s*(?\u003clocation\u003e(§7⏣|§5ф) .*)$", "features.gui.customscoreboard.scoreboard.main.lobbycode": "^\\s*§.((\\d{2}/\\d{2}/\\d{2})|Server closing: [\\d:]+) §8(?\u003ccode\u003e.*)$", -- cgit