generated from LiteLDev/levilamina-mod-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tooth.json
28 lines (28 loc) · 766 Bytes
/
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
{
"format_version": 2,
"tooth": "github.com/LordBombardir/LLPowerRanks",
"version": "1.0.0",
"info": {
"name": "PowerRanks",
"description": "A mod that adds a rank (privilege) system to the game",
"author": "LordBombardir",
"tags": [
"levilamina",
"mod",
"ranks",
"privileges"
]
},
"asset_url": "https://github.com/LordBombardir/LLPowerRanks/releases/download/v1.0.0/LLPowerRanks-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": ">=0.13.4 <0.14.0"
},
"files": {
"place": [
{
"src": "PowerRanks/*",
"dest": "plugins/PowerRanks/"
}
]
}
}