Initial commit

This commit is contained in:
子沐呀
2025-04-19 14:34:17 +08:00
committed by GitHub
Unverified
commit 40646ce097
19 changed files with 1446 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
{
"format_version": 3,
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
"tooth": "example.com/my-user/my-mod",
"version": "0.0.0",
"info": {
"name": "My Mod",
"description": "Description of my mod",
"tags": [
"platform:levilamina",
"type:mod"
],
"avatar_url": "https://example.com/my-mod/avatar.png"
},
"variants": [
{
"label": "",
"platform": "win-x64",
"dependencies": {
"github.com/LiteLDev/LeviLamina": "Required LeviLamina version range"
},
"assets": [
{
"type": "zip",
"urls": [
"https://example.com/my-mod/assets.zip"
],
"placements": [
{
"type": "dir",
"src": "my-mod/",
"dest": "plugins/my-mod/"
}
]
}
],
"preserve_files": [],
"remove_files": [],
"scripts": {
"pre_install": [],
"install": [],
"post_install": [],
"pre_pack": [],
"post_pack": [],
"pre_uninstall": [],
"uninstall": [],
"post_uninstall": []
}
}
]
}