Mod Menu Filter
ModMenu Filter is an extension for Mod Menu that helps you organize, categorize, and find your mods. Easily favorite and filter your mods. Keep your list as clean as you want!
Mod Menu Filter
Mod Menu Filter
<img src="https://github.com/user-attachments/assets/a8c27a83-ca11-4292-bd32-5eebddcd087b" alt="logo" width="64" height="64"/>
Mod Menu Filter is a client Fabric utility mod that modifies Mod Menu to include tag-based filtering, coloured badge overlays, favourites, and per-profile configurations
---
Features
- Zero Performance Impact - Coloured inline badges drawn next to every mod name. - Zero Performance Impact - Filter by tags. - Zero Performance Impact - Favorite your mods with a custom tag! - Zero Performance Impact - Supports multiple configurations that you can switch between. - Zero Performance Impact - Lightweight logic that runs only when the list is rendered.
---
Requirements
| Dependency | Notes | |---|---| | Fabric Loader | `>= 0.18.4` | | Fabric API | any | | Mod Menu | any | | Cloth Config | any |
---
Installation
1. Install Cloth Config for your Minecraft version. 2. Drop Cloth Config, Cloth Config, Cloth Config, and Cloth Config into your `mods/` folder. 3. Launch the game - a default configuration is generated automatically on first run.
---
Configuration
Open Mod Menu → Mod Menu Filter to access the full settings screen.
Tag database (`config/mod_menu_filter.json`)
Tags and the mods they apply to are stored in `config/mod_menu_filter.json`. A bundled `default_tags.json` is written on first launch as the base.
> Most of these settings can be configured through the built-in configuration screen
```jsonc { "tagOverrides": { // add a mod to an existing built-in tag "sodium": ["performance"], // assign multiple tags to one mod "iris": ["performance", "rendering"] }, "customTags": { // define a completely new tag "rendering": { "displayName": "Rendering", "color": 9699609 } }, "hiddenTags": ["library"], "favoriteMods": ["sodium"], "activeProfile": "default" } ```
Finding a mod's ID
The mod ID is shown in Mod Menu's detail panel, or in the mod's own `fabric.mod.json` inside its JAR.
License
This project is licensed under the MIT License. Feel free to include it in any modpack!