-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
57 lines (57 loc) · 1.59 KB
/
mod.json
File metadata and controls
57 lines (57 loc) · 1.59 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
{
"geode": "2.0.0-beta.23",
"version": "v1.3.0",
"gd": {
"android32": "2.205",
"win": "2.204"
},
"resources": {
"sprites": [
"resources/GaragePlus_creatorBtn.png",
"resources/GaragePlus_settingsBtn.png",
"resources/GaragePlus_feedbackBtn.png",
"resources/GaragePlus_profileBtn.png",
"about-assets/modprev.png"
]
},
"settings": {
"demons": {
"name": "Demons",
"description": "Demons show up in the garage.",
"type": "bool",
"default": true
},
"cp": {
"name": "Creator Points",
"description": "Creator Points show up in the garage. Click the CP icon to refresh.",
"type": "bool",
"default": false
},
"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
}
},
"repository": "https://github.com/0mgRod/Garage-Plus",
"id": "omgrod.garage_plus",
"name": "Garage Plus",
"developer": "OmgRod",
"description": "Several improvements on the garage.",
"dependencies": [{
"id": "geode.node-ids",
"version": "v1.8.1",
"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"
}
}