-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtooth.json
More file actions
28 lines (28 loc) · 758 Bytes
/
tooth.json
File metadata and controls
28 lines (28 loc) · 758 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
27
28
{
"$schema": "https://raw.githubusercontent.com/lippkg/lip/main/schemas/tooth.v2.schema.json",
"format_version": 2,
"tooth": "github.com/lgc-LLDev/NBSPlayer",
"version": "2.0.1",
"info": {
"name": "NBSPlayer",
"description": "Play NBS files in Minecraft",
"author": "LgCookie",
"tags": ["plugin", "lse", "quickjs", "nbs", "noteblock", "music"]
},
"dependencies": {
"github.com/LiteLDev/LeviLamina": ">=0.x",
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": ">=0.x"
},
"files": {
"place": [
{
"src": "dist/NBSPlayer.js",
"dest": "plugins/NBSPlayer/NBSPlayer.js"
},
{
"src": "manifest.json",
"dest": "plugins/NBSPlayer/manifest.json"
}
]
}
}