-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
131 lines (131 loc) · 4.18 KB
/
mod.json
File metadata and controls
131 lines (131 loc) · 4.18 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"geode": "5.0.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "cheeseworks.favoritemods",
"name": "Favorite Mods",
"version": "1.2.7",
"developers": [
"Cheeseworks"
],
"description": "A shortcut to your favorite Geode mods!",
"links": {
"source": "https://github.com/BlueWitherer/FavoriteMods",
"homepage": "https://www.cheeseworks.gay/",
"community": "https://www.dsc.gg/cheeseworks"
},
"tags": [
"offline",
"enhancement",
"utility"
],
"dependencies": {
"alphalaneous.alphas_geode_utils": ">=1.2.0"
},
"settings": {
"enabled-only": {
"type": "bool",
"name": "Enabled Mods Only",
"description": "Only load the list with mods that you have <cg>enabled</c> on your Geode client.",
"default": true
},
"list": {
"type": "title",
"name": "List",
"description": "Display of the mod list."
},
"minimal": {
"type": "bool",
"name": "Minimalist List",
"description": "Only show the necessary details of each mod in the favorites list.",
"default": true
},
"pages": {
"type": "bool",
"name": "List Pages",
"description": "Split the full mod list into multiple pages.",
"default": true
},
"pages-count": {
"type": "int",
"name": "Mods Per Page",
"description": "Amount of mods to list per page.",
"default": 10,
"min": 5,
"max": 50,
"enable-if": "pages",
"enable-if-description": "Enable pages to adjust limits.",
"control": {
"input": true,
"slider": true,
"slider-step": 1,
"arrows": true,
"arrow-step": 5,
"big-arrows": true,
"big-arrow-step": 10
}
},
"accessibility": {
"type": "title",
"name": "Accessibility",
"description": "Features to improve accessibility."
},
"hearts": {
"type": "bool",
"name": "Hearts",
"description": "Use heart icons! <cr>**<3**</c>",
"default": false
},
"ui": {
"type": "title",
"name": "Interface",
"description": "Appearance and functionality of the interface."
},
"geode-popup": {
"type": "bool",
"name": "Geode Mod Pop-up",
"description": "Create a quickly accessible favorite button under Geode's mod pop-up for mods you have installed.",
"default": true
},
"settings-btn": {
"type": "bool",
"name": "Mod Settings Button",
"description": "Create a quickly accessible mod settings button in the favorites pop-up.",
"default": true
},
"refresh-clear-search": {
"type": "bool",
"name": "Clear Search on Refresh",
"description": "Clear the search box when changing filters on the mod list.",
"default": false
},
"auto-scroll": {
"type": "bool",
"name": "Automatically Scroll Up",
"description": "Snap the mod list to the top when changing favorites.",
"default": true
},
"indicators": {
"type": "title",
"name": "Indicators",
"description": "See the state of a mod directly on the mod list."
},
"indicate-disabled": {
"type": "bool",
"name": "Mod Disabled",
"description": "Show an indicator for a mod that is disabled.",
"default": true
},
"indicate-outdated": {
"type": "bool",
"name": "Outdated Game Version",
"description": "Show an indicator for a mod that targets a different Geometry Dash version.",
"default": true
}
},
"early-load": false
}