Mod Menu
⚪ Last updated 2020Preview

🔍 Analysis
- 👍 4.5% endorsement rate — high engagement, a strong quality signal
- 🏆 #2 of 91 Miscellaneous mods in this game by downloads
📋 About This Mod
Hard to be more descriptive than that. It enriches the standard Minecraft menu with an interface displaying a one-dimensional array of modifications
Mod Menu requires Fabric Loader and Fabric API
Join the Fabric discord for to chat about Fabric mods: https://discord.gg/v6v4pMv
A picture's worth 2 words
Developers:
-
[]Mod Menu is on maven at: https://maven.fabricmc.net/io/github/prospector/modmenu/
[
]The icon comes from the icon specified in your fabric.mod.json (as per the spec)[]Clientside-only and API badges are defined as custom objects in your fabric.mod.json as such:"custom": { "modmenu:api": true,
"modmenu:clientsideOnly": true}[]Mod parenting is used to display a mod as a child of another one. This is meant to be used for mods divided into different modules. The following element in a fabric.mod.json will define the mod as a child of the mod 'flamingo':
"custom": { "modmenu:parent": "flamingo"}[]ModMenuAPI
[]To use the API, implement the ModMenuApi interface on a class and add that as an entry point of type "modmenu" in your fabric.mod.json as such:
"entrypoints": { "modmenu": [ "com.example.mod. ExampleModMenuApiImpl" ] }[]Features:
[]Mods can provide a Screen factory to provide a custom config screen to open with the config button. Implement the getModConfigScreenFactory method in your API implementation to do this.
[*]Mods can provide Screen factories to provide a custom config screens to open with the config buttons for other mods as well. Implement the getProvidedConfigScreenFactories method in your API implementation for this.
Mod Menu is a mod for Fabric, and there are no plans to port this mod to Forge.
Adds a mod menu to view the list of installed mods. Simple utility for modded players who want a quick in-game reference. 96 endorsements, last updated June 2020.
✨ Key Features
📊 Pros & Cons
✅ Pros
- Useful for keeping track of your mod list without alt-tabbing.
- Lightweight and straightforward—does exactly what it says.
- Decent community support with 96 endorsements.
⚠️ Cons
- Last updated in 2020—may not work with the latest game version.
- Limited functionality—just a list, no sorting or filtering.
For modded players who want a quick in-game reference of their installed mods. Skip if you're looking for advanced mod management features.
💡 Beginner Tips
- Check if the mod is compatible with your game version before installing.
- If you use a mod manager, install this mod through it to avoid conflicts.
- Use the mod menu to verify your load order is correct.
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Prospector
- Version
- 1.12.2
- Downloads
- 2,114
- Endorsements
- 96
- Category
- Miscellaneous
- Created
- 6/29/2020
- Updated
- 6/29/2020
🔧 How to Install Minecraft Mods
Download from Nexus Mods.
📖 Full step-by-step install guide for Minecraft →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft commands, item IDs, and more.
Keep browsing — more Minecraft mods await