-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtooth.json
More file actions
38 lines (38 loc) · 899 Bytes
/
tooth.json
File metadata and controls
38 lines (38 loc) · 899 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
29
30
31
32
33
34
35
36
37
38
{
"format_version": 3,
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
"tooth": "github.com/LiteLDev/MoreDimensions",
"version": "0.13.0",
"info": {
"name": "MoreDimensions",
"description": "More than three dimensions on BDS!",
"tags": [
"platform:levilamina",
"library",
"type:mod"
]
},
"variants": [
{
"platform": "win-x64",
"assets": [
{
"type": "zip",
"urls": [
"https://{{tooth}}/releases/download/v{{version}}/MoreDimensions-server-windows-x64.zip"
],
"dependencies": {
"github.com/LiteLDev/LeviLamina": ">=1.9.2 <1.10.0"
},
"placements": [
{
"type": "dir",
"src": "more-dimensions/",
"dest": "plugins/more-dimensions/"
}
]
}
]
}
]
}