-
-
Notifications
You must be signed in to change notification settings - Fork 116
/
Copy pathtooth.json
45 lines (45 loc) · 1.41 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
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LeviLamina",
"version": "1.0.0-rc.3",
"info": {
"name": "LeviLamina",
"description": "A lightweight, modular and versatile mod loader for Minecraft Bedrock Edition.",
"author": "levimc",
"tags": []
},
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v1.0.0-rc.3/levilamina-release-windows-x64.zip",
"dependencies": {
"github.com/LiteLDev/bds": "1.21.50",
"github.com/LiteLDev/CrashLogger": "1.1.x",
"github.com/LiteLDev/levilamina-loc": "1.5.x",
"github.com/LiteLDev/PeEditor": "3.8.x",
"github.com/LiteLDev/PreLoader": "1.12.x",
"github.com/LiteLDev/bedrock-runtime-data": "1.21.5010-server"
},
"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)"
]
}
}
]
}