diff --git a/manifest.json b/manifest.json index ff2ed02..3cf66bb 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "${modName}", "entry": "${modFile}", "type": "native", - "version": "0.14.0", + "version": "0.15.0", "author": "GroupMountain", "description": "Clean Entities", "dependencies": [ @@ -12,5 +12,10 @@ { "name": "iListenAttentively" } + ], + "optionalDependencies": [ + { + "name": "ModAPI" + } ] -} +} \ No newline at end of file diff --git a/tooth.json b/tooth.json index 0adfce5..3fb6fc3 100644 --- a/tooth.json +++ b/tooth.json @@ -2,7 +2,7 @@ "format_version": 3, "format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d", "tooth": "github.com/GroupMountain/Cleaner", - "version": "0.14.0", + "version": "0.15.0", "info": { "name": "Cleaner", "description": "A Powerful Entities Cleaning up Mod for BDS", @@ -18,14 +18,15 @@ "label": "", "platform": "win-x64", "dependencies": { - "github.com/GroupMountain/GMLIB-Release": ">=1.5.0", - "github.com/MiracleForest/iListenAttentively-Release": ">=0.8.0" + "github.com/GroupMountain/GMLIB-Release": ">=1.6.0", + "github.com/GroupMountain/ModAPI-Release": ">=0.2.0", + "github.com/MiracleForest/iListenAttentively-Release": ">=0.9.0" }, "assets": [ { "type": "zip", "urls": [ - "https://github.com/GroupMountain/Cleaner/releases/download/v0.13.8/Cleaner-windows-x64.zip" + "https://github.com/GroupMountain/Cleaner/releases/download/v{{version}}/Cleaner-windows-x64.zip" ], "placements": [ { diff --git a/xmake.lua b/xmake.lua index e0b0d22..3abac36 100644 --- a/xmake.lua +++ b/xmake.lua @@ -9,10 +9,10 @@ if not has_config("vs_runtime") then end -- Option 1: Use the latest version of LeviLamina released on GitHub. -add_requires("levilamina 1.5.2") -add_requires("levibuildscript") -add_requires("gmlib 1.5.2") -add_requires("ilistenattentively 0.8.0") +add_requires("levilamina 1.6.1") +add_requires("levibuildscript 0.5.2") +add_requires("gmlib 1.6.0") +add_requires("ilistenattentively 0.9.0") target("Cleaner") -- Change this to your mod name. add_cxflags(