This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update from Xytriza - xytriza.menu_modifier
Accepted by: ninXout
- Loading branch information
Showing
6 changed files
with
121 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3641,7 +3641,8 @@ | |
"1.0.0", | ||
"1.0.1", | ||
"1.0.2", | ||
"1.0.3" | ||
"1.0.3", | ||
"1.0.4" | ||
] | ||
}, | ||
"hiimjustin000.demons_in_between": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"commit-author": "Xytriza", | ||
"platforms": [ | ||
"macos", | ||
"windows", | ||
"android32", | ||
"android64" | ||
], | ||
"mod": { | ||
"download": "https://github.com/Xytriza/menu-modifier/releases/download/v1.0.4/xytriza.menu_modifier.geode", | ||
"hash": "876f4a8947c432d48bad2fdbdd7f022fa8a048baf151ca7f86646f609395c06f", | ||
"hash256": "cc2c034cfd2d5f4238875d2416c6233dc32252b8b584ac1295bab2092a8b21e0" | ||
}, | ||
"tags": [ | ||
"Customization", | ||
"Interface" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"geode": "2.0.0-beta.27", | ||
"gd": { | ||
"win": "2.204", | ||
"android": "2.205", | ||
"mac": "2.200" | ||
}, | ||
"version": "v1.0.4", | ||
"id": "xytriza.menu_modifier", | ||
"name": "Menu Modifier", | ||
"developer": "Xytriza", | ||
"description": "", | ||
"repository": "https://github.com/Xytriza/menu-modifier", | ||
"issues": { | ||
"info": "Submit problems to the GitHub or @xytriza on Discord.", | ||
"url": "https://github.com/Xytriza/menu-modifier/issues" | ||
}, | ||
"settings": { | ||
"creatorlayer_enabled": { | ||
"name": "Modify Creator Layer", | ||
"description": "Disable to keep the CreatorLayer to the default state", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"main_menu_enabled": { | ||
"name": "Modify Main Menu", | ||
"description": "When disabled, None of the settings below will have an effect", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"main_menu_robtoplogo": { | ||
"name": "Remove RobTop Logo", | ||
"description": "When disabled, Move Profile Buttons down will not work with this setting, it will continue to stay higher up", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"main_menu_socials": { | ||
"name": "Remove Main Menu Socials", | ||
"description": "When disabled, Move Profile Buttons down will not work with this setting, it will continue to stay higher up", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"main_menu_moregames": { | ||
"name": "Remove More Games Button", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"main_menu_move_profile": { | ||
"name": "Move Profile Button down", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"main_menu_move_daily": { | ||
"name": "Move Daily Chest Button down", | ||
"type": "bool", | ||
"default": true | ||
} | ||
}, | ||
"dependencies": [ | ||
{ | ||
"id": "geode.node-ids", | ||
"version": ">=v1.11.0", | ||
"importance": "required" | ||
} | ||
], | ||
"tags": [ | ||
"Customization", | ||
"Interface" | ||
], | ||
"incompatibilities": [ | ||
{ | ||
"id": "muhammadgames.bettermenu", | ||
"version": "*", | ||
"importance": "breaking" | ||
}, | ||
{ | ||
"id": "capeling.goodbye_unnecessary_buttons", | ||
"version": "*", | ||
"importance": "breaking" | ||
}, | ||
{ | ||
"id": "blackholemx.nomoregames", | ||
"version": "*", | ||
"importance": "breaking" | ||
}, | ||
{ | ||
"id": "colon.gd_in_2019", | ||
"version": "*", | ||
"importance": "breaking" | ||
}, | ||
{ | ||
"id": "weebify.randomizecreatorlayer-geode", | ||
"version": "*", | ||
"importance": "breaking" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Cleaner Menus | ||
# Menu Modifier | ||
A simple, but very nice mod to have | ||
|
||
## Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
## 1.0.4 | ||
- Fix potential crashes caused by other mods | ||
|
||
## 1.0.3 | ||
- Fix crashes caused by other mods | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.