-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmod.json
59 lines (59 loc) · 1.22 KB
/
mod.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
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
{
"geode": "4.2.0",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074"
},
"version": "1.2.7",
"id": "km7dev.gdps-switcher",
"name": "GDPS Switcher",
"developer": "km7dev",
"description": "Switch between GDPS servers easily.",
"tags": [
"customization",
"online"
],
"early-load": true,
"links": {
"source": "https://github.com/kingminer7/gdps-switcher",
"community": "https://discord.gg/Vj5Mcennph",
"homepage": "https://km7dev.tech"
},
"issues": {
"info": "Report issues in my Discord server.",
"url": "https://discord.gg/Vj5Mcennph"
},
"resources": {
"spritesheets": {
"GS_serverSheet01": [
"resources/*.png"
]
}
},
"dependencies": {
"geode.node-ids": "1.17.0",
"km7dev.server_api": "2.0.0"
},
"removeddepstemp": {
"camila314.geode-uri": {
"version": "1.0.0",
"importance": "suggested"
}
},
"settings": {
"open-recovery": {
"type": "custom:open-recovery",
"name": "Open Save Recovery"
},
"open-ignored-recovery": {
"type": "custom:open-ignored",
"name": "Open Ignored Save Recovery"
}
},
"api": {
"include": [
"include/*.hpp"
]
}
}