-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtooth.json
More file actions
86 lines (86 loc) · 2.69 KB
/
Copy pathtooth.json
File metadata and controls
86 lines (86 loc) · 2.69 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"format_version": 3,
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
"tooth": "github.com/CoralFans-Dev/CFSP",
"version": "26.10.0-rc.1",
"info": {
"name": "CFSP",
"description": "CoralFans SimulatedPlayer.",
"author": "CoralFans-Dev",
"tags": [
"platform:levilamina",
"type:mod"
],
"avatar_url": "https://raw.githubusercontent.com/CoralFans-Dev/CoralFans-doc/refs/heads/main/docs/icon.png"
},
"variants": [
{
"label": "",
"platform": "win-x64",
"dependencies": {
"github.com/LiteLDev/LeviLamina": ">=26.10.0 <26.20.0"
},
"assets": [
{
"type": "zip",
"urls": [
"https://github.com/CoralFans-Dev/CFSP/releases/download/v{{version}}/CFSP-server-windows-x64.zip"
],
"placements": [
{
"type": "dir",
"src": "CFSP/",
"dest": "plugins/CFSP/"
}
]
}
],
"preserve_files": [],
"remove_files": [],
"scripts": {
"pre_install": [],
"install": [],
"post_install": [],
"pre_pack": [],
"post_pack": [],
"pre_uninstall": [],
"uninstall": [],
"post_uninstall": []
}
},
{
"label": "client",
"platform": "win-x64",
"dependencies": {
"github.com/LiteLDev/LeviLamina#client": ">=26.10.0 <26.20.0"
},
"assets": [
{
"type": "zip",
"urls": [
"https://github.com/CoralFans-Dev/CFSP/releases/download/v{{version}}/CFSP-client-windows-x64.zip"
],
"placements": [
{
"type": "dir",
"src": "CFSP/",
"dest": "mods/CFSP/"
}
]
}
],
"preserve_files": [],
"remove_files": [],
"scripts": {
"pre_install": [],
"install": [],
"post_install": [],
"pre_pack": [],
"post_pack": [],
"pre_uninstall": [],
"uninstall": [],
"post_uninstall": []
}
}
]
}