forked from AllTheMods/ATM-10
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b6f731
commit cb7ff8a
Showing
6 changed files
with
30 additions
and
0 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 |
---|---|---|
@@ -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 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.