
ModMIT
Mod Menu Filter
Allows you to filter mods from appearing in the Mod Menu list.
19
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions
📖About Mod Menu Filter
Mod Menu Filter
Mod Menu Filter is a lightweight utility mod that declutters your mod configuration screen. It allows you to hide specific mods from the Mod Menu list without disabling them.
Features ⭐
- Filter Mods: Hide APIs, libraries, and other mods from Mod Menu.
- Legacy4J Support: Built-in support for both Mod Menu and the Legacy4J mod menu.
- Zero Impact: Hidden mods remain fully active.
Instructions & Requirements
- Install this mod along with Fabric API and Mod Menu.
(Legacy4J is optional.) - Launch Minecraft once to generate the configuration file.
Easy Configuration 🔧
You can configure this mod through Mod Menu. Just find the entry and append Mod IDs to the input field. You can hide the mod itself through this, too!
Tip: If you are unsure of a mod’s ID, most mods display it in the Mod
Info section of the unfiltered Mod Menu. You can also find it in the
mod’s fabric.mod.json file.
Manual Configuration 🛠️
If you want to manually edit the mod's configuration, you can:
- Navigate to your
.minecraft/configfolder. - Open
mod_menu_filter.json. - Modify the
excludedModsarray and add the mod IDs you wish to hide. - Optionally, change
isFilterEnabledto false to disable the mod.
Example:
{
"excludedMods": [
"fabric-api",
"architectury",
"cloth-config"
],
"isFilterEnabled": true
}
License 📜
This project is licensed under the MIT License. Feel free to use it in any modpack!