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}",
"entry": "${modFile}",
"version": "0.13.1",
"version": "0.16.1",
"author": "GroupMountain",
"description": "Check Player's Inventory",
"type": "native",
+24 -10
View File
@@ -1,29 +1,43 @@
{
"format_version": 2,
"format_version": 3,
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
"tooth": "github.com/GroupMountain/InventoryCheck",
"version": "0.13.1",
"version": "0.16.0",
"info": {
"name": "InventoryCheck",
"description": "Check Player's Inventory",
"author": "GroupMountain",
"source": "github.com/GroupMountain/InventoryCheck",
"tags": [
"levilamina",
"inventory",
"platform:levilamina",
"type:mod",
"checkbag",
"gmlib"
]
},
"asset_url": "https://github.com/GroupMountain/InventoryCheck/releases/download/v0.13.1/InventoryCheck-windows-x64.zip",
"dependencies": {
"github.com/GroupMountain/GMLIB": ">=0.13.7"
},
"files": {
"place": [
"variants": [
{
"platform": "win-x64",
"dependencies": {
"github.com/GroupMountain/GMLIB-Release": ">=26.10.0"
},
"assets": [
{
"type": "self",
"urls": [],
"placements": [
{
"type": "dir",
"src": "InventoryCheck/*",
"dest": "plugins/InventoryCheck"
}
]
}
],
"remove_files": [
"plugins/InventoryCheck"
]
}
]
}