From 50a917389edf4c8bd8da882cf4faa1de609065a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 16 Mar 2024 18:06:09 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/da27cfe31d4c75143bc914ef3a62ac13cf9ce369 --- constants/regexes.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/regexes.json b/constants/regexes.json index 45f0810..d5ed638 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "7d8d2df", + "sourceLabel": "da27cfe", "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+)", @@ -187,6 +187,8 @@ "data.maxwell.gui.thaumaturgy": "Accessory Bag Thaumaturgy", "data.maxwell.gui.yourbags": "Your Bags", "data.maxwell.gui.selectedpower": "§aPower is selected!", + "data.maxwell.stack.accessorybag": "§.Accessory Bag", + "data.maxwell.collection.redstone.requirement": "(?:§.)*Requires (?:§.)*Redstone Collection I+(?:§.)*\\.", "data.quiver.chat.select": "§aYou set your selected arrow type to §f(?\u003carrow\u003e.*)§a!", "data.quiver.chat.fillupjax": "(§.)*Jax forged (§.)*(?\u003ctype\u003e.*?)(§.)* x(?\u003camount\u003e[\\d,]+)( (§.)*for (§.)*(?\u003ccoins\u003e[\\d,]+) Coins)?(§.)*!", "data.quiver.chat.fillup": "§aYou filled your quiver with §f(?\u003cflintAmount\u003e.*) §aextra arrows!", -- cgit