-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtooth.json
More file actions
45 lines (45 loc) · 1.07 KB
/
Copy pathtooth.json
File metadata and controls
45 lines (45 loc) · 1.07 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
{
"format_version": 3,
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
"tooth": "github.com/leoweyr/LeviInterface",
"version": "0.1.0",
"info": {
"name": "LeviInterfaceMaster",
"description": "The master plugin that provides cross-plugin UI queues in Minecraft Legacy Script Engine.",
"tags": [
"platform:levilamina",
"lse",
"ui",
"ui-queue",
"logic-tree",
"ux",
"socket",
"ipc"
]
},
"variants": [
{
"label": "",
"platform": "win-x64",
"dependencies": {
"github.com/LiteLDev/LeviLamina": "1.*",
"github.com/LiteLDev/LegacyScriptEngine#nodejs": "0.*"
},
"assets": [
{
"type": "zip",
"urls": [
"https://{{tooth}}/releases/download/v{{version}}/levi-interface-master-plugin-v{{version}}.zip"
],
"placements": [
{
"type": "dir",
"src": "LeviInterfaceMaster/",
"dest": "plugins/LeviInterfaceMaster/"
}
]
}
]
}
]
}