-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
39 lines (39 loc) · 877 Bytes
/
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
{
"geode": "3.0.0-beta.1",
"gd": {
"android": "2.206",
"win": "2.206"
},
"version": "v1.0.7",
"id": "skyward.no_robtop_logo",
"name": "No Robtop Logo",
"developer": "Skyward",
"description": "Removes the robtop logo from the main menu"
,"repository": "https://github.com/Deadcello/no-robtop-logo-geode"
,"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.1.4",
"importance": "required"
}
]
,"settings": {
"switch-discord-twitch": {
"name": "Switch Discord & Twitch",
"description": "Switches the <cb>Discord</c> & <cp>Twitch</c> buttons like in a <co>GD Colon</c> mockup",
"type": "bool",
"default": false
}
}
,"tags": [
"Customization"
,"Interface"
]
,"incompatibilities": [
{
"id": "muhammadgames.bettermenu",
"version": "*",
"importance": "breaking"
}
]
}