
Mod Menu Filter
ModMenu Filter is an extension for Mod Menu that helps you organize, categorize, and find your mods.
- Загрузки
- 3K
- Подписчики
- 12
- Обновлён
- 22 августа 2026 г.
- Лицензия
- MIT
Опубликован 8 февраля 2026 г.
Mod Menu Filter

Mod Menu Filter is a client Fabric utility mod that enhances Mod Menu with tag-based filtering, coloured badge overlays, favorites, and per-profile configurations
Features
- Tag Badges - Coloured inline badges drawn next to every mod name.
- Tag Filtering - A toggle-button filter bar above the mod list. Click to show matching mods, with optional all-selected-tags matching for narrow searches.
- Favourites - Favorite your mods! Easily filter between favorites and non-favorites.
- Profiles - Supports multiple configurations that you can switch between.
Requirements
| Dependency | Notes |
|---|---|
| Fabric Loader | Per-version minimum |
| Mod Menu | Per-version compatible range |
| Cloth Config | Per-version compatible range |
Installation
- Install Fabric Loader for your Minecraft version.
- Drop Mod Menu Filter, Fabric API, Mod Menu, and Cloth Config into your
mods/folder. - Launch the game - a default configuration is generated automatically on first run.
Configuration
Open Mod Menu → Mod Menu Filter → (gear icon) 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
{
"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,
"mods": ["iris"]
}
},
"hiddenTags": ["library"],
"favoriteMods": ["sodium"],
"matchAllTagFilters": false,
"activeProfile": "default"
}
License
Feel free to include in any modpack!
Ченджлог
2.2.0Релиз26.2 · 22 августа 2026 г.
Cleaned up tag UI filtering and backported for 1.19.x & 1.20.x
2.2.0Релиз26.1.2 · 22 августа 2026 г.
Cleaned up tag UI filtering and backported for 1.19.x & 1.20.x
2.2.0Релиз1.21.11 · 22 августа 2026 г.
Cleaned up tag UI filtering and backported for 1.19.x & 1.20.x
2.2.0Релиз1.21.10 · 22 августа 2026 г.
Cleaned up tag UI filtering and backported for 1.19.x & 1.20.x
2.2.0Релиз1.21.9 · 22 августа 2026 г.
Cleaned up tag UI filtering and backported for 1.19.x & 1.20.x
2.2.0Релиз1.21.8 · 22 августа 2026 г.
Cleaned up tag UI filtering and backported for 1.19.x & 1.20.x
2.2.0Релиз1.21.7 · 22 августа 2026 г.
Cleaned up tag UI filtering and backported for 1.19.x & 1.20.x
2.2.0Релиз1.21.6 · 22 августа 2026 г.
Cleaned up tag UI filtering and backported for 1.19.x & 1.20.x
Комментарии
Загружаем…