From 50403f5fa4cec57fbf9708979dae4a8dab7768e2 Mon Sep 17 00:00:00 2001 From: Anya Date: Fri, 20 Sep 2024 10:39:57 +0200 Subject: [PATCH] Update custom.json --- custom.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/custom.json b/custom.json index 32d9f9f..25611c4 100644 --- a/custom.json +++ b/custom.json @@ -179,5 +179,33 @@ "DownloadLinkUpdate": "https://github.com/anya-hichu/ModSettingCommands/releases/download/0.0.0.2/ModSettingCommands.zip", "DownloadCount": 0, "LastUpdated": "0" + }, + { + "Author": "Anya Hichu", + "Name": "ModAutoTagger", + "InternalName": "ModAutoTagger", + "AssemblyVersion": "0.0.0.1", + "Description": "Add bulk tags dynamically to penumbra mods based on conditions", + "ApplicableVersion": "any", + "Tags": [ + "penumbra", + "mod", + "tag", + "auto" + ], + "DalamudApiLevel": 10, + "LoadRequiredState": 0, + "LoadSync": false, + "CanUnloadAsync": false, + "LoadPriority": 0, + "Punchline": "Ain't nobody got time for bulk tagging", + "AcceptsFeedback": true + "DownloadLinkInstall": "https://github.com/anya-hichu/ModAutoTagger/releases/download/0.0.0.1/ModAutoTagger.zip", + "IsHide": false, + "IsTestingExclusive": false, + "DownloadLinkTesting": "https://github.com/anya-hichu/ModAutoTagger/releases/download/0.0.0.1/ModAutoTagger.zip", + "DownloadLinkUpdate": "https://github.com/anya-hichu/ModAutoTagger/releases/download/0.0.0.1/ModAutoTagger.zip", + "DownloadCount": 0, + "LastUpdated": "0" } ]