Allows you to filter mods from appearing in the Mod Menu list.
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.
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.
If you want to manually edit the mod's configuration, you can:
.minecraft/config folder.mod_menu_filter.json.excludedMods array and add the mod IDs you wish to hide.isFilterEnabled to false to disable the mod.Example:
{
"excludedMods": [
"fabric-api",
"architectury",
"cloth-config"
],
"isFilterEnabled": true
}
This project is licensed under the MIT License. Feel free to use it in any modpack!
Conversation