-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathtooth.json
More file actions
66 lines (66 loc) · 2 KB
/
tooth.json
File metadata and controls
66 lines (66 loc) · 2 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"format_version": 3,
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
"tooth": "github.com/GroupMountain/FuckNetherHeight",
"version": "0.19.0",
"info": {
"name": "FuckNetherHeight",
"description": "Fuck Vanilla Bedrock Edition Nether Height Limit",
"tags": [
"platform:levilamina",
"type:mod",
"NetherHeight"
]
},
"variants": [
{
"platform": "win-x64",
"dependencies": {
"github.com/LiteLDev/LeviLamina": ">=1.9.0"
},
"assets": [
{
"type": "zip",
"urls": [
"https://{{tooth}}/releases/download/v{{version}}/FuckNetherHeight-windows-server-x64.zip"
],
"placements": [
{
"type": "dir",
"src": "FuckNetherHeight/",
"dest": "plugins/FuckNetherHeight/"
}
]
}
],
"remove_files": [
"FuckNetherHeight/"
]
},
{
"label": "client",
"platform": "win-x64",
"dependencies": {
"github.com/LiteLDev/LeviLamina": ">=1.9.0"
},
"assets": [
{
"type": "zip",
"urls": [
"https://{{tooth}}/releases/download/v{{version}}/FuckNetherHeight-windows-client-x64.zip"
],
"placements": [
{
"type": "dir",
"src": "FuckNetherHeight/",
"dest": "mods/FuckNetherHeight/"
}
]
}
],
"remove_files": [
"FuckNetherHeight/"
]
}
]
}