forked from GroupMountain/InventoryCheck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtooth.json
More file actions
39 lines (39 loc) · 1.22 KB
/
tooth.json
File metadata and controls
39 lines (39 loc) · 1.22 KB
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
39
{
"format_version": 3,
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
"tooth": "github.com/wed150/InventoryCheck/",
"version": "0.16.0",
"info": {
"name": "InventoryCheck",
"description": "Check Player's Inventory",
"tags": [
"platform:levilamina",
"type:mod"
],
"avatar_url": "https://raw.githubusercontent.com/wed150/InventoryCheck/refs/heads/main/icon.jpg"
},
"variants": [
{
"platform": "win-x64",
"dependencies": {
"github.com/LiteLDev/LeviLamina": ">=26.10.0",
"github.com/GroupMountain/GMLIB": ">=26.10.0"
},
"assets": [
{
"type": "zip",
"urls": [
"https://{{tooth}}/releases/download/v{{version}}/InventoryCheck-windows-x64.zip"
],
"placements": [
{
"type": "dir",
"src": "InventoryChecker/",
"dest": "plugins/InventoryChecker/"
}
]
}
]
}
]
}