Skip to content

Commit

Permalink
chore: update tooth.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovelylavender4 committed Feb 13, 2024
1 parent cd23437 commit ba85ea2
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LeviLamina",
"version": "0.8.0",
"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.8.0/levilamina-release-windows-x64.zip",
"format_version": 2,
"tooth": "github.com/LiteLDev/LeviLamina",
"version": "0.8.0",
"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.8.0/levilamina-release-windows-x64.zip",
"dependencies": {
"github.com/LiteLDev/bds": "1.20.61.01",
"github.com/LiteLDev/PeEditor": "3.5.x",
"github.com/LiteLDev/PreLoader": "1.5.x"
},
"files": {
"place": [
{
"src": "bin/LeviLamina.dll",
"dest": "LeviLamina.dll"
},
{
"src": "bin/LeviLamina.pdb",
"dest": "LeviLamina.pdb"
}
"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"
],
"remove": [
"bedrock_server_mod.exe"
"post_uninstall": [
"move bedrock_server.exe.bak bedrock_server.exe"
]
},
"platforms": [
{
"goos": "windows",
"goarch": "amd64",
"commands": {
"post_install": [
".\\PeEditor.exe -mb"
],
"post_uninstall": [
"move bedrock_server.exe.bak bedrock_server.exe"
]
}
}
]
}
}
]
}

0 comments on commit ba85ea2

Please sign in to comment.