feat: Initialize the mod

This commit is contained in:
zimuya4153
2025-04-19 22:31:45 +08:00
Unverified
parent 40646ce097
commit ba6b680653
17 changed files with 838 additions and 300 deletions
+12 -23
View File
@@ -1,51 +1,40 @@
{
"format_version": 3,
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
"tooth": "example.com/my-user/my-mod",
"version": "0.0.0",
"tooth": "github.com/GroupMountain/GMDebugStick",
"version": "1.0.0",
"info": {
"name": "My Mod",
"description": "Description of my mod",
"name": "GMDebugStick",
"description": "Register for a debug stick item",
"tags": [
"platform:levilamina",
"type:mod"
],
"avatar_url": "https://example.com/my-mod/avatar.png"
"avatar_url": "https://i.mcmod.cn/item/icon/128x128/10/103544.png"
},
"variants": [
{
"label": "",
"platform": "win-x64",
"dependencies": {
"github.com/LiteLDev/LeviLamina": "Required LeviLamina version range"
"github.com/LiteLDev/LeviLamina": ">=1.1.1",
"github.com/GroupMountain/GMLIB-Release": ">=1.0.1"
},
"assets": [
{
"type": "zip",
"urls": [
"https://example.com/my-mod/assets.zip"
"https://{{tooth}}/releases/download/{{version}}/GMDebugStick-windows-x64.zip"
],
"placements": [
{
"type": "dir",
"src": "my-mod/",
"dest": "plugins/my-mod/"
"src": "DebugStick/",
"dest": "plugins/DebugStick/"
}
]
}
],
"preserve_files": [],
"remove_files": [],
"scripts": {
"pre_install": [],
"install": [],
"post_install": [],
"pre_pack": [],
"post_pack": [],
"pre_uninstall": [],
"uninstall": [],
"post_uninstall": []
}
]
}
]
}
}