-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtooth.json
More file actions
54 lines (54 loc) · 1.3 KB
/
tooth.json
File metadata and controls
54 lines (54 loc) · 1.3 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
{
"format_version": 3,
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
"tooth": "github.com/GroupMountain/Cleaner",
"version": "0.16.1",
"info": {
"name": "Cleaner",
"description": "A Powerful Entities Cleaning up Mod for BDS",
"tags": [
"levilamina",
"cleaner",
"gmlib"
],
"avatar_url": ""
},
"variants": [
{
"label": "",
"platform": "win-x64",
"dependencies": {
"github.com/GroupMountain/GMLIB-Release": ">=1.9.0",
"github.com/GroupMountain/ModAPI-Release": ">=0.4.0",
"github.com/MiracleForest/iListenAttentively-Release": ">=0.11.0"
},
"assets": [
{
"type": "zip",
"urls": [
"https://github.com/GroupMountain/Cleaner/releases/download/v{{version}}/Cleaner-windows-x64.zip"
],
"placements": [
{
"type": "dir",
"src": "Cleaner/",
"dest": "plugins/Cleaner"
}
]
}
],
"preserve_files": [],
"remove_files": [],
"scripts": {
"pre_install": [],
"install": [],
"post_install": [],
"pre_pack": [],
"post_pack": [],
"pre_uninstall": [],
"uninstall": [],
"post_uninstall": []
}
}
]
}