Skip to content

Commit

Permalink
temp menu
Browse files Browse the repository at this point in the history
  • Loading branch information
whatthedrunk committed Jun 19, 2024
1 parent 4b6f731 commit cb7ff8a
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions config/simplemenu.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
// Whether a custom window title should be set. Uses the value set in 'customWindowTitle'.
"setCustomWindowTitle": false,
// The custom window title that's used when 'setCustomWindowTitle' is enabled.
"customWindowTitle": "Custom Window Title",
// If a custom window icon should be set. Two files are needed. Both in PNG format. One a 16 pixel square called 'icon_16x16.png', and one a 32 pixel square called 'icon_32x32.png'. Located in './config/simplemenu/icon'.
"setCustomWindowIcon": false,
// If a custom main menu logo should be rendered. This will replace the 'Minecraft' text. A 'logo.png' file is needed. Located in './config/simplemenu/logo'. By default the image dimensions are 1024x256. To remove it completely, use an empty .png file.
"replaceMainMenuLogo": true,
// If a custom main menu 'edition' logo should be rendered. This will replace the 'Java Edition' text. An 'edition.png' file is needed. Located in './config/simplemenu/logo'. By default the image dimensions are 512x64. To remove it completely, use an empty .png file.
"replaceMainMenuEditionLogo": true,
// If a custom background should be rendered. A 'background.png' file is needed. Located in './config/simplemenu/background/'.
"setCustomBackground": true,
// If the Minecraft Realms button should be hidden from the main menu. Enabled by default, since modded Minecraft is incompatible with it.
"hideMinecraftRealmsButton": true,
// Whether the Minecraft Realms button should be replaced by a serverhosting promo button.
"enableServerPromoButton": true,
// The default server promo button text.
"serverPromoButtonTextDefault": "Need a Server?",
// The server promo button text shown when hovering it.
"serverPromoButtonTextOnHover": "Need a Server?",
// The URL that's being navigated to when clicking the server promo button.
"serverPromoButtonClickURL": "https://www.akliz.net/allthemods",
// Whether the splash text should be hidden on the main menu.
"hideSplashText": true,
// Whether experimental/beta mod loader text should be removed from the main menu.
"removeExperimentalModLoaderText": true,
// Whether the text in the bottom left should be removed from the main menu.
"removeTextBottomLeft": false
}
Binary file added config/simplemenu/background/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added config/simplemenu/icon/icon_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added config/simplemenu/icon/icon_32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added config/simplemenu/logo/edition.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added config/simplemenu/logo/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 cb7ff8a

Please sign in to comment.