-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtooth.json
More file actions
46 lines (46 loc) · 1021 Bytes
/
tooth.json
File metadata and controls
46 lines (46 loc) · 1021 Bytes
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
{
"format_version": 3,
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
"tooth": "github.com/LushWay/ll-plugin-script-api-rpc",
"version": "0.0.1",
"info": {
"name": "Script API RPC",
"description": "Adds a way to call ll api functions from script api",
"tags": ["platform:levilamina", "type:mod"],
"avatar_url": ""
},
"variants": [
{
"label": "",
"platform": "win-x64",
"dependencies": {},
"assets": [
{
"type": "zip",
"urls": [
"https://github.com/LushWay/ll-plugin-script-api-rpc/releases/download/v0.0.1/ll-plugin-script-api-rpc-windows-x64.zip"
],
"placements": [
{
"type": "dir",
"src": "script-api-rpc/",
"dest": "plugins/script-api-rpc/"
}
]
}
],
"preserve_files": [],
"remove_files": [],
"scripts": {
"pre_install": [],
"install": [],
"post_install": [],
"pre_pack": [],
"post_pack": [],
"pre_uninstall": [],
"uninstall": [],
"post_uninstall": []
}
}
]
}