diff --git a/config.json b/config.json index 32f4dc52..8ac467f7 100644 --- a/config.json +++ b/config.json @@ -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": { diff --git a/mods-v2/xytriza.menu_modifier/1.0.4/entry.json b/mods-v2/xytriza.menu_modifier/1.0.4/entry.json new file mode 100644 index 00000000..aeb8bad7 --- /dev/null +++ b/mods-v2/xytriza.menu_modifier/1.0.4/entry.json @@ -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" + ] +} \ No newline at end of file diff --git a/mods-v2/xytriza.menu_modifier/1.0.4/mod.json b/mods-v2/xytriza.menu_modifier/1.0.4/mod.json new file mode 100644 index 00000000..8de1567f --- /dev/null +++ b/mods-v2/xytriza.menu_modifier/1.0.4/mod.json @@ -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" + } + ] +} diff --git a/mods-v2/xytriza.menu_modifier/about.md b/mods-v2/xytriza.menu_modifier/about.md index e10ed14c..7b219273 100644 --- a/mods-v2/xytriza.menu_modifier/about.md +++ b/mods-v2/xytriza.menu_modifier/about.md @@ -1,4 +1,4 @@ -# Cleaner Menus +# Menu Modifier A simple, but very nice mod to have ## Features diff --git a/mods-v2/xytriza.menu_modifier/changelog.md b/mods-v2/xytriza.menu_modifier/changelog.md index 8886ebe5..7e1a91b0 100644 --- a/mods-v2/xytriza.menu_modifier/changelog.md +++ b/mods-v2/xytriza.menu_modifier/changelog.md @@ -1,3 +1,6 @@ +## 1.0.4 +- Fix potential crashes caused by other mods + ## 1.0.3 - Fix crashes caused by other mods diff --git a/mods-v2/xytriza.menu_modifier/logo.png b/mods-v2/xytriza.menu_modifier/logo.png index ca78ccee..0a4e2702 100644 Binary files a/mods-v2/xytriza.menu_modifier/logo.png and b/mods-v2/xytriza.menu_modifier/logo.png differ