-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathmod.json
More file actions
62 lines (62 loc) · 1.43 KB
/
mod.json
File metadata and controls
62 lines (62 loc) · 1.43 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
{
"geode": "5.7.1",
"version": "v2.8.6",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"early-load": true,
"id": "thesillydoggo.qolmod",
"name": "QOLMod",
"developer": "TheSillyDoggo",
"description": "The Best Free Geode Mod Menu!",
"links": {
"source": "https://github.com/TheSillyDoggo/GeodeMenu",
"community": "https://discord.gg/8CFcZNh4CW"
},
"resources": {
"files": [
"resources/fonts/kosugimaru/*.fnt",
"resources/fonts/kosugimaru/*.png",
"resources/fonts/lexend/*.fnt",
"resources/fonts/lexend/*.png",
"resources/fonts/notosans/*.fnt",
"resources/fonts/notosans/*.png",
"resources/translations/*.json",
"resources/translations/langs/*.json",
"resources/files/*.md"
],
"sprites": [
"resources/sprites/slider/*.png",
"resources/sprites/icons/anchors/*.png",
"resources/sprites/icons/paint/*.png",
"resources/sprites/free/*.png"
],
"spritesheets": {
"qolmod-ui-sheet": [
"resources/sprites/buttons/*.png",
"resources/sprites/icons/animations/*.png",
"resources/sprites/icons/categories/*.png",
"resources/sprites/icons/shortcuts/*.png",
"resources/sprites/*.png"
]
}
},
"settings": {
"open-menu-keybind": {
"type": "keybind",
"name": "Open Menu Bind",
"default": "Tab",
"priority": 8008135
}
},
"tags": [
"cheat",
"gameplay",
"utility",
"customization",
"universal"
]
}