-
Notifications
You must be signed in to change notification settings - Fork 33
/
mod.json
71 lines (71 loc) · 1.96 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
60
61
62
63
64
65
66
67
68
69
70
71
{
"id": "dankmeme.globed2",
"name": "Globed",
"developer": "dankmeme",
"geode": "4.1.0",
"version": "v1.7.2",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"description": "Feature-rich multiplayer mod",
"dependencies": [
{
"id": "geode.custom-keybinds",
"version": ">=v1.2.3",
"importance": "required",
"platforms": [
"win"
]
},
{
"id": "geode.node-ids",
"version": ">=v1.10.0",
"importance": "required"
}
],
"incompatibilities": [],
"links": {
"homepage": "https://globed.dev",
"source": "https://github.com/GlobedGD/globed2",
"community": "https://discord.gg/d56q5Dkdm3"
},
"tags": [
"online"
],
"settings": {
"force-skip-preload": {
"default": false,
"name": "Skip preload assets",
"description": "Skip preloading assets on the loading screen. Enable this only if you are experiencing crashes during loading.",
"type": "bool"
}
},
"resources": {
"spritesheets": {
"roles": [
"resources/roles/*.png"
],
"globedsheet1": [
"resources/sheet1/admin/*.png",
"resources/sheet1/game/*.png",
"resources/sheet1/menus/*.png",
"resources/sheet1/misc/*.png",
"resources/sheet1/featured/*.png"
]
},
"sprites": [
"resources/ui/slider-start.png",
"resources/ui/slider-middle.png",
"resources/ui/slider-fill.png",
"resources/ui/slider-end.png",
"resources/ui/slider-thumb.png",
"resources/ui/slider-thumb-sel.png"
],
"files": [
"resources/sounds/*.ogg"
]
}
}