

Custom Main Menu
With this mod, you gain complete control over Minecraft's main menu. Everything is configured through a JSON file - you can change element positions, their content, or add completely new components.
How It Works
After installing the mod, an additional button will appear in the main menu. In the config/CustomMainMenu folder, you'll find a menu.json file containing all standard menu elements. Modify parameters and click the refresh button in-game to see results immediately. Once you're satisfied, you can remove this button.
Configuration Options
- Dynamic Content: Properties marked with italics support random value selection. For example, for text you can specify multiple options: ["Text1","Text2","Text3"] - one will be randomly selected each time the game launches.
- Resources and Images: You can use local resources through resource packs or load images from the internet by specifying URL addresses.
- New Elements: Add slideshows, web links, create custom submenus.
Configuration Examples
In the images section, you can see what other players have created. Here are some ideas:
- Changing button colors and textures
- Creating image slideshows
- Adding new interface elements
- Integration with online resources
Some examples may require additional images or not work in the latest mod versions due to format changes, but they still demonstrate what's possible.
Useful Tools
- Textcraft: Stylish text generator for logos
- Minotar: Getting player skins through URL addresses
Troubleshooting
Before creating an error report, check:
- JSON file correctness (verify through online validator)
- All resource paths must be in lowercase
- No missing mandatory properties
- Correct naming of all parameters
If textures don't load, create a debug folder in the resources folder - this will help identify the issue in logs.
Contacts
Suggestions and bug reports are accepted through the GitHub issue system.