chore: update tooth

This commit is contained in:
2026-06-14 00:18:47 +08:00
Unverified
parent 19c5b318c7
commit 69c8fc2721
2 changed files with 31 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "${modName}", "name": "${modName}",
"entry": "${modFile}", "entry": "${modFile}",
"version": "0.13.1", "version": "0.16.1",
"author": "GroupMountain", "author": "GroupMountain",
"description": "Check Player's Inventory", "description": "Check Player's Inventory",
"type": "native", "type": "native",
+30 -16
View File
@@ -1,29 +1,43 @@
{ {
"format_version": 2, "format_version": 3,
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
"tooth": "github.com/GroupMountain/InventoryCheck", "tooth": "github.com/GroupMountain/InventoryCheck",
"version": "0.13.1", "version": "0.16.0",
"info": { "info": {
"name": "InventoryCheck", "name": "InventoryCheck",
"description": "Check Player's Inventory", "description": "Check Player's Inventory",
"author": "GroupMountain", "author": "GroupMountain",
"source": "github.com/GroupMountain/InventoryCheck", "source": "github.com/GroupMountain/InventoryCheck",
"tags": [ "tags": [
"levilamina", "platform:levilamina",
"inventory", "type:mod",
"checkbag", "checkbag",
"gmlib" "gmlib"
] ]
}, },
"asset_url": "https://github.com/GroupMountain/InventoryCheck/releases/download/v0.13.1/InventoryCheck-windows-x64.zip",
"dependencies": { "variants": [
"github.com/GroupMountain/GMLIB": ">=0.13.7" {
}, "platform": "win-x64",
"files": { "dependencies": {
"place": [ "github.com/GroupMountain/GMLIB-Release": ">=26.10.0"
{ },
"src": "InventoryCheck/*", "assets": [
"dest": "plugins/InventoryCheck" {
} "type": "self",
] "urls": [],
} "placements": [
{
"type": "dir",
"src": "InventoryCheck/*",
"dest": "plugins/InventoryCheck"
}
]
}
],
"remove_files": [
"plugins/InventoryCheck"
]
}
]
} }