52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"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": []
|
|
}
|
|
}
|
|
]
|
|
}
|