Skip to content

Krxwallo/FiltersReborn

Repository files navigation

Filters Reborn Banner

Curseforge Downloads Versions Issues Last Commit Code Repo Size

Filters Reborn (desc. from original mod)

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 Screenshot 3 Screenshot 4

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 = "Cursemaven"
          url = "https://www.cursemaven.com"
     }
     
     // ... OTHER REPOSITORIES SUCH AS JEI ...
}
dependencies {
     // ... OTHER DEPENDENCIES ... 
     
     compile fg.deobf("curse.maven:fr-397288:FILE_ID")
}

Replace FILE_ID with the file id targeted towards your minecraft version. For a full list see the official curseforge page.

About

A 1.16 continuation of the Filters Mod originally by MrCrayfish

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published