diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-16 18:06:09 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-16 18:06:09 +0000 |
commit | 50a917389edf4c8bd8da882cf4faa1de609065a8 (patch) | |
tree | aecceb552759d6ad3c2cfb8e9ce788c711ba2237 /constants | |
parent | 0b2592fffe882fe6fc285bdb16ac3904157b6960 (diff) | |
download | SkyHanni-REPO-50a917389edf4c8bd8da882cf4faa1de609065a8.tar.gz SkyHanni-REPO-50a917389edf4c8bd8da882cf4faa1de609065a8.tar.bz2 SkyHanni-REPO-50a917389edf4c8bd8da882cf4faa1de609065a8.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/da27cfe31d4c75143bc914ef3a62ac13cf9ce369
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 3 insertions, 1 deletions
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!", |