feat: Initialize the mod
This commit is contained in:
+12
-23
@@ -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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user