Update custom.json

This commit is contained in:
Anya
2024-11-16 23:47:13 +01:00
committed by GitHub
parent 93b002d7a8
commit 7f3a93c108

View File

@@ -122,7 +122,7 @@
"Author": "Anya Hichu", "Author": "Anya Hichu",
"Name": "ModSettingCommands", "Name": "ModSettingCommands",
"InternalName": "ModSettingCommands", "InternalName": "ModSettingCommands",
"AssemblyVersion": "0.0.0.7", "AssemblyVersion": "0.0.1.0",
"Description": "Provides /modset command to update penumbra mod settings", "Description": "Provides /modset command to update penumbra mod settings",
"ApplicableVersion": "any", "ApplicableVersion": "any",
"Tags": [ "Tags": [
@@ -131,18 +131,18 @@
"options", "options",
"commands" "commands"
], ],
"DalamudApiLevel": 10, "DalamudApiLevel": 11,
"LoadRequiredState": 0, "LoadRequiredState": 0,
"LoadSync": false, "LoadSync": false,
"CanUnloadAsync": false, "CanUnloadAsync": false,
"LoadPriority": 0, "LoadPriority": 0,
"Punchline": "Update mod settings using command", "Punchline": "Update mod settings using command",
"AcceptsFeedback": true, "AcceptsFeedback": true,
"DownloadLinkInstall": "https://github.com/anya-hichu/ModSettingCommands/releases/download/0.0.0.7/ModSettingCommands.zip", "DownloadLinkInstall": "https://github.com/anya-hichu/ModSettingCommands/releases/download/0.0.1.0/ModSettingCommands.zip",
"IsHide": false, "IsHide": false,
"IsTestingExclusive": false, "IsTestingExclusive": false,
"DownloadLinkTesting": "https://github.com/anya-hichu/ModSettingCommands/releases/download/0.0.0.7/ModSettingCommands.zip", "DownloadLinkTesting": "https://github.com/anya-hichu/ModSettingCommands/releases/download/0.0.1.0/ModSettingCommands.zip",
"DownloadLinkUpdate": "https://github.com/anya-hichu/ModSettingCommands/releases/download/0.0.0.7/ModSettingCommands.zip", "DownloadLinkUpdate": "https://github.com/anya-hichu/ModSettingCommands/releases/download/0.0.1.0/ModSettingCommands.zip",
"DownloadCount": 0, "DownloadCount": 0,
"LastUpdated": "0" "LastUpdated": "0"
}, },