-
Notifications
You must be signed in to change notification settings - Fork 1
/
mod.json
112 lines (112 loc) · 3.16 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
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
{
"geode": "4.0.1",
"version": "v2.2.1",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074"
},
"resources": {
"sprites": [
"res/sprites/*.png",
"about-assets/*.png"
],
"files": [
"res/videos/*"
]
},
"settings": {
"cp": {
"name": "Creator Points",
"description": "Creator Points show up in the garage. Click the Creator Points icon to refresh. (Only available to people logged in)",
"type": "bool",
"default": true
},
"demons": {
"name": "Demons",
"description": "Demons show up in the garage.",
"type": "bool",
"default": true
},
"no-lock-hint": {
"name": "Remove Lock Hint",
"description": "Removes the \"Tap lock icon for more info!\" text.",
"type": "bool",
"default": true
},
"top-buttons": {
"name": "Mod Options",
"description": "Adds a top bar of buttons (requires Remove Lock Hint setting enabled)",
"type": "bool",
"default": true
},
"feedback": {
"name": "Feedback Button",
"description": "Disable this to remove the feedback button.",
"type": "bool",
"default": true
},
"kofi": {
"name": "Ko-Fi Button",
"description": "Disable this to remove the Ko-Fi button.",
"type": "bool",
"default": true
},
"demon-keys": {
"name": "Demon Keys",
"description": "Demon Keys show up in the garage.",
"type": "bool",
"default": true
},
"achievement-count": {
"name": "Achievement Count (WIP)",
"description": "Percentage of completed Achievements show up in the garage.",
"type": "bool",
"default": true
},
"icon-hack": {
"name": "Icon + Color Hack",
"description": "You can use every icon and color in the game.",
"type": "bool",
"default": false
},
"shops-shortcut": {
"name": "Shops Shortcut",
"description": "Replaces default shop button with a menu with all shop buttons",
"type": "bool",
"default": true
}
},
"id": "omgrod.garage_plus",
"name": "Garage Plus",
"developer": "OmgRod",
"description": "Several improvements on the garage.",
"dependencies": [{
"id": "geode.node-ids",
"version": ">=v1.12.0-beta.2",
"importance": "required"
},
{
"id": "capeling.garage-stats-menu",
"version": ">=v1.0.2",
"importance": "required"
}],
"issues": {
"info": "Report issues to OmgRod on GitHub and they may be fixed in a future release.",
"url": "https://github.com/0mgRod/Garage-Plus/issues"
},
"tags": [
"interface", "customization", "utility", "enhancement", "content", "offline"
],
"links": {
"community": "https://discord.gg/EXkwkm2sZ9",
"source": "https://github.com/0mgRod/Garage-Plus"
},
"incompatibilities": [
{
"id": "devcmb.cleanermenu",
"importance": "breaking",
"version": "*"
}
]
}