PackMenu - Minecraft Main Menu Customization
PackMenu gives players and modpack creators complete control over the appearance of Minecraft's main menu. This tool was developed as a modern replacement for Custom Main Menu in game versions 1.14 and above.
Key Features
With PackMenu you can:
- Replace the default background image with any other
- Move, hide, or modify any interface elements, including the title, random phrases, and panoramic effects
- Create custom buttons using JSON files, completely redesigning the menu navigation system
- Add individual logos with support for custom phrase lists
- Configure slideshows from multiple images for the background
- Replace the standard Minecraft panorama with your own
Technical Features
PackMenu uses a resource pack to load textures, which is automatically created in the <gamedir>/packmenu/resources folder. This also allows loading any additional resources needed for your modpack.
Important: When specifying resource paths, use the standard Minecraft format. Do not use absolute paths and do not attempt to access resources outside of loaded packs.
Key Resource Paths
- Background image:
packmenu:textures/gui/background.png(recommended size 1920x1080) - Button textures:
minecraft:textures/gui/sprites/widget - Button files:
packmenu:buttons/(JSON format) - Minecraft title:
minecraft:textures/gui/title/minecraft.png - Java Edition text:
minecraft:textures/gui/title/edition.png
PackMenu does not include standard Minecraft resources, ensuring clean installation and preventing conflicts.