From bde26fd536d667ed322cb84d53ef774336308bdd Mon Sep 17 00:00:00 2001 From: wed150 Date: Sun, 21 Jun 2026 07:53:23 +0800 Subject: [PATCH] chore: update tooth --- manifest.json | 2 +- tooth.json | 49 +++++++++++++++++++++++++++++++++---------------- 2 files changed, 34 insertions(+), 17 deletions(-) diff --git a/manifest.json b/manifest.json index e255301..ce1b1c6 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "${modName}", "entry": "${modFile}", "type": "native", - "version": "0.13.1", + "version": "0.14.0W", "author": "GroupMountain", "description": "Better Death Messages", "dependencies": [ diff --git a/tooth.json b/tooth.json index 97824ea..9d3228b 100644 --- a/tooth.json +++ b/tooth.json @@ -1,26 +1,43 @@ { - "format_version": 2, + "format_version": 3, + "format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d", "tooth": "github.com/GroupMountain/DeathMessages", - "version": "0.13.1", + "version": "0.14.0", "info": { "name": "DeathMessages", "description": "Better Death Messages on MCBE", "author": "GroupMountain", + "source": "github.com/GroupMountain/DeathMessages", "tags": [ - "LeviLamina", - "DeathMessages" + "platform:levilamina", + "type:mod", + "DeathMessage", + "gmlib" ] }, - "asset_url": "https://github.com/GroupMountain/DeathMessages/releases/download/v0.13.1/DeathMessages-windows-x64.zip", - "dependencies": { - "github.com/GroupMountain/GMLIB": ">=0.13.10" - }, - "files": { - "place": [ - { - "src": "DeathMessages/*", - "dest": "plugins/DeathMessages" - } - ] - } + + "variants": [ + { + "platform": "win-x64", + "dependencies": { + "github.com/GroupMountain/GMLIB-Release": ">=26.10.0" + }, + "assets": [ + { + "type": "self", + "urls": [], + "placements": [ + { + "type": "dir", + "src": "DeathMessages/*", + "dest": "plugins/DeathMessages" + } + ] + } + ], + "remove_files": [ + "plugins/DeathMessages" + ] + } + ] } \ No newline at end of file