-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtooth.json
More file actions
41 lines (41 loc) · 1.28 KB
/
tooth.json
File metadata and controls
41 lines (41 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"format_version": 3,
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
"tooth": "github.com/GroupMountain/GMDebugStick",
"version": "1.4.0",
"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.6.0",
"github.com/GroupMountain/GMLIB-Release": ">=1.6.0",
"github.com/GroupMountain/ModAPI-Release": ">=0.2.1"
},
"assets": [
{
"type": "zip",
"urls": [
"https://{{tooth}}/releases/download/{{version}}/GMDebugStick-windows-x64.zip"
],
"placements": [
{
"type": "dir",
"src": "DebugStick/",
"dest": "plugins/DebugStick/"
}
]
}
]
}
]
}