Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Update from Xytriza - xytriza.menu_modifier
Browse files Browse the repository at this point in the history
Accepted by: ninXout
  • Loading branch information
GeodeBot committed May 29, 2024
1 parent 552ccf0 commit 066be2c
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
18 changes: 18 additions & 0 deletions mods-v2/xytriza.menu_modifier/1.0.4/entry.json
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"
]
}
97 changes: 97 additions & 0 deletions mods-v2/xytriza.menu_modifier/1.0.4/mod.json
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"
}
]
}
2 changes: 1 addition & 1 deletion mods-v2/xytriza.menu_modifier/about.md
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
Expand Down
3 changes: 3 additions & 0 deletions mods-v2/xytriza.menu_modifier/changelog.md
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

Expand Down
Binary file modified mods-v2/xytriza.menu_modifier/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 066be2c

Please sign in to comment.