forked from LiteLDev/LeviLamina
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tooth.json
46 lines (46 loc) · 1.32 KB
/
tooth.json
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": 2,
"tooth": "github.com/LiteLDev/LeviLamina",
"version": "0.7.2",
"info": {
"name": "LeviLamina",
"description": "A lightweight, modular and versatile plugin loader for Minecraft Bedrock Server BDS, formerly known as LiteLoaderBDS",
"author": "LiteLDev",
"tags": []
},
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.7.2/levilamina-release-windows-x64.zip",
"dependencies": {
"github.com/LiteLDev/bds": "1.20.50 || 1.20.51",
"github.com/LiteLDev/PeEditor": "3.5.x",
"github.com/LiteLDev/PreLoader": "1.5.x"
},
"files": {
"place": [
{
"src": "LeviLamina.dll",
"dest": "LeviLamina.dll"
},
{
"src": "LeviLamina.pdb",
"dest": "LeviLamina.pdb"
}
],
"remove": [
"bedrock_server_mod.exe"
]
},
"platforms": [
{
"goos": "windows",
"goarch": "amd64",
"commands": {
"post_install": [
".\\PeEditor.exe -mb"
],
"post_uninstall": [
"move bedrock_server.exe.bak bedrock_server.exe"
]
}
}
]
}