From e47b75629f017f6ed2c056c4aef3fa1c6796071b Mon Sep 17 00:00:00 2001 From: Tsubasa6848 <116721335+Tsubasa6848@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:11:42 +0800 Subject: [PATCH] feat: add tooth.json --- tooth.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tooth.json diff --git a/tooth.json b/tooth.json new file mode 100644 index 0000000..b58121f --- /dev/null +++ b/tooth.json @@ -0,0 +1,26 @@ +{ + "format_version": 2, + "tooth": "github.com/GroupMountain/Cleaner", + "version": "0.8.0", + "info": { + "name": "Cleaner", + "description": "A Powerful Entities Cleaning up Plugin for BDS", + "author": "GroupMountain", + "tags": [ + "LeviLamina", + "Cleaner" + ] + }, + "asset_url": "https://github.com/GroupMountain/Cleaner/releases/download/v0.8.0/Cleaner-windows-x64.zip", + "dependencies": { + "github.com/GroupMountain/GMLIB": ">=0.8.0" + }, + "files": { + "place": [ + { + "src": "Cleaner/*", + "dest": "plugins/Cleaner" + } + ] + } +} \ No newline at end of file