Skip to content

A mod that improves the Creative GUI by introducing filter tabs based on tags!

License

Notifications You must be signed in to change notification settings

MrCrayfish/Filters

Repository files navigation

Filters Banner

Download Minecraft Curseforge

Filters

Filters introduces filters into the Creative GUI based on tags introduced in Minecraft 1.13. Although creative groups exist, some contain hundreds of items which can make it difficult to locate a specific item. Filters makes it easy to find an item by adding new filter tabs to the left side of the creative screen that allow you to limit the items shown based on the category they fall under. It also uses the new Minecraft tags which makes it easily for players to change them around easily using a resource pack. Mod developers get access to register custom filters for their own mod.. Originally this filter system was an exclusive to MrCrayfish's Furniture Mod however I decided to make it not only a seperate mod because of it's useful functionality.

Features:

  • Pre-configured filters for vanilla creative tabs
  • Easy to use API for developers to register custom filters
  • Support to override tags via resource packs

Screenshots:

Screenshot 1 Screenshot 2

Developers:

If you are a developer and want to add Filters support to your own mod, you can simply do so by adding this to your build.gradle file.

repositories {
    maven {
        name = "CurseForge"
        url = "https://minecraft.curseforge.com/api/maven/"
    }
}

dependencies {
    compile 'filters:Filters:1.0.0:1.14.4'
}

About

A mod that improves the Creative GUI by introducing filter tabs based on tags!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published