Skip to content

Commit 6b6eb93

Browse files
committed
repo link
1 parent 023135b commit 6b6eb93

File tree

2 files changed

+43
-37
lines changed

2 files changed

+43
-37
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for NoStupidButtons
22

3+
## v1.1.2
4+
- Fixed <cb>GitHub repo</c> link <cy>because I changed my username</c>
5+
- Bumped <cj>Geode version</c>
6+
37
## v1.1.1
48
- Update <cb>descriptions</c> to better describe what the mod can do
59
- Add <cg>GitHub repository</c> to the mod page

mod.json

Lines changed: 39 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,44 @@
11
{
2-
"geode": "3.2.0",
3-
"gd": {
4-
"win": "2.206",
5-
"android": "2.206",
6-
"mac": "2.206",
7-
"ios": "2.206"
8-
},
9-
"repository": "https://github.com/Reinmmar/NoStupidButtons",
10-
"id": "timestepyt.nostupidbuttons",
11-
"name": "NoStupidButtons",
12-
"version": "v1.1.1",
13-
"developer": "TimeStepYT",
14-
"description": "This mod hides the buttons nobody uses!",
15-
16-
"settings": {
17-
"hide-newgrounds-button": {
18-
"name": "Hide Newgrounds Button",
19-
"description": "Toggles if the Newgrounds Button should be hidden in the Main Menu",
20-
"type": "bool",
21-
"default": true
22-
},
23-
"hide-more-games-button": {
24-
"name": "Hide More Games Button",
25-
"description": "Toggles if the More Games button should be hidden in the Main Menu. Will not work if DevTools is insalled on Android",
26-
"type": "bool",
27-
"default": true
2+
"geode": "3.7.1",
3+
"gd": {
4+
"win": "2.206",
5+
"android": "2.206",
6+
"mac": "2.206",
7+
"ios": "2.206"
288
},
29-
"hide-social-media-buttons": {
30-
"name": "Hide Social Media Buttons",
31-
"description": "Toggles if the Social Media buttons should be hidden in the Main Menu",
32-
"type": "bool",
33-
"default": true
9+
"links": {
10+
"source": "https://github.com/TimeStepYT/NoStupidButtons"
3411
},
35-
"hide-robtop-logo": {
36-
"name": "Hide RobTop Logo",
37-
"description": "Toggles if the RobTop logo should be hidden in the Main Menu",
38-
"type": "bool",
39-
"default": false
12+
"id": "timestepyt.nostupidbuttons",
13+
"name": "NoStupidButtons",
14+
"version": "v1.1.2",
15+
"developer": "TimeStepYT",
16+
"description": "This mod hides the buttons nobody uses!",
17+
18+
"settings": {
19+
"hide-newgrounds-button": {
20+
"name": "Hide Newgrounds Button",
21+
"description": "Toggles if the Newgrounds Button should be hidden in the Main Menu",
22+
"type": "bool",
23+
"default": true
24+
},
25+
"hide-more-games-button": {
26+
"name": "Hide More Games Button",
27+
"description": "Toggles if the More Games button should be hidden in the Main Menu. Will not work if DevTools is insalled on Android",
28+
"type": "bool",
29+
"default": true
30+
},
31+
"hide-social-media-buttons": {
32+
"name": "Hide Social Media Buttons",
33+
"description": "Toggles if the Social Media buttons should be hidden in the Main Menu",
34+
"type": "bool",
35+
"default": true
36+
},
37+
"hide-robtop-logo": {
38+
"name": "Hide RobTop Logo",
39+
"description": "Toggles if the RobTop logo should be hidden in the Main Menu",
40+
"type": "bool",
41+
"default": false
42+
}
4043
}
41-
}
4244
}

0 commit comments

Comments
 (0)