Files
GMDebugStick/tooth.json
T
2025-06-02 23:32:44 +08:00

40 lines
1.2 KiB
JSON

{
"format_version": 3,
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
"tooth": "github.com/GroupMountain/GMDebugStick",
"version": "1.0.1",
"info": {
"name": "GMDebugStick",
"description": "Register for a debug stick item",
"tags": [
"platform:levilamina",
"type:mod"
],
"avatar_url": "https://i.mcmod.cn/item/icon/128x128/10/103544.png"
},
"variants": [
{
"label": "",
"platform": "win-x64",
"dependencies": {
"github.com/LiteLDev/LeviLamina": ">=1.2.0",
"github.com/GroupMountain/GMLIB-Release": ">=1.2.*"
},
"assets": [
{
"type": "zip",
"urls": [
"https://{{tooth}}/releases/download/{{version}}/GMDebugStick-windows-x64.zip"
],
"placements": [
{
"type": "dir",
"src": "DebugStick/",
"dest": "plugins/DebugStick/"
}
]
}
]
}
]
}