forked from OEOTYAN/BedrockServerClientInterface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtooth.json
More file actions
26 lines (26 loc) · 748 Bytes
/
Copy pathtooth.json
File metadata and controls
26 lines (26 loc) · 748 Bytes
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
{
"format_version": 2,
"tooth": "github.com/OEOTYAN/BedrockServerClientInterface",
"version": "0.2.0",
"info": {
"name": "BedrockServerClientInterface",
"description": "wow",
"author": "OEOTYAN",
"tags": [
"levilamina",
"mod"
]
},
"asset_url": "https://github.com/OEOTYAN/BedrockServerClientInterface/releases/download/v$(version)/BedrockServerClientInterface-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": ">=1.9.0"
},
"files": {
"place": [
{
"src": "BedrockServerClientInterface/*",
"dest": "plugins/BedrockServerClientInterface/"
}
]
}
}