
Filters
About the Modification
The Filters mod significantly enhances Minecraft's creative mode by adding an item filtering system based on tags introduced in version 1.13. Although the game already has item groups, many contain hundreds of elements, making it difficult to find specific items. This addon solves this problem by adding special filter tabs on the left side of the creative mode screen that display only items from specific categories.
Originally, this filtering system was an exclusive feature of MrCrayfish's Furniture Mod, but due to its usefulness and convenience, it was separated into a standalone addon. The system uses standard Minecraft tags, allowing players to easily customize filters through resource packs.
Key Features
- Pre-configured filters for standard creative mode tabs
- Simple API for developers to add custom filters
- Ability to modify tags through resource packs
Visuals
For Developers
If you're a developer and want to add Filters support to your mod, simply add the following lines to your build.gradle file:
repositories { maven { name = "CurseForge" url = "https://minecraft.curseforge.com/api/maven/" } } dependencies { compile 'filters:Filters:1.14.4:1.0.0' }
Supported Mods
Coming soon!