-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tooth.json
44 lines (44 loc) · 1.38 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
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LeviLamina",
"version": "0.13.5",
"info": {
"name": "LeviLamina",
"description": "A lightweight, modular and versatile mod loader for Minecraft Bedrock Server BDS, formerly known as LiteLoaderBDS",
"author": "LiteLDev",
"tags": []
},
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.13.5/levilamina-release-windows-x64.zip",
"dependencies": {
"github.com/LiteLDev/bds": ">=1.21.2 <1.21.10",
"github.com/LiteLDev/CrashLogger": "1.1.x",
"github.com/LiteLDev/levilamina-loc": "1.5.x",
"github.com/LiteLDev/PeEditor": "3.7.x",
"github.com/LiteLDev/PreLoader": "1.9.x"
},
"files": {
"place": [
{
"src": "LeviLamina/*",
"dest": "plugins/LeviLamina/"
}
],
"remove": [
"bedrock_server_mod.exe"
]
},
"platforms": [
{
"goos": "windows",
"goarch": "amd64",
"commands": {
"post_install": [
".\\PeEditor.exe -mb"
],
"post_uninstall": [
"IF EXIST bedrock_server.exe (DEL bedrock_server.exe.bak) ELSE (REN bedrock_server.exe.bak bedrock_server.exe)"
]
}
}
]
}