-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtooth.json
More file actions
61 lines (61 loc) · 1.81 KB
/
Copy pathtooth.json
File metadata and controls
61 lines (61 loc) · 1.81 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"format_version": 3,
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
"tooth": "github.com/engsr6982/FastMiner",
"version": "0.17.0",
"info": {
"name": "FastMiner",
"description": "高性能连锁采集, 支持 Server 和 Client",
"author": "engsr6982",
"tags": [
"type:mod",
"platform:levilamina"
],
"avatar_url": ""
},
"variants": [
{
"platform": "win-x64",
"dependencies": {
"github.com/LiteLDev/LeviLamina": "26.20.*"
},
"assets": [
{
"type": "zip",
"urls": [
"https://{{tooth}}/releases/download/v{{version}}/FastMiner-server-windows-x64.zip"
],
"placements": [
{
"type": "dir",
"src": "FastMiner/",
"dest": "plugins/FastMiner"
}
]
}
]
},
{
"label": "client",
"platform": "win-x64",
"dependencies": {
"github.com/LiteLDev/LeviLamina": "26.20.*"
},
"assets": [
{
"type": "zip",
"urls": [
"https://{{tooth}}/releases/download/v{{version}}/FastMiner-client-windows-x64.zip"
],
"placements": [
{
"type": "dir",
"src": "FastMiner/",
"dest": "mods/FastMiner/"
}
]
}
]
}
]
}