1.0.0
Compatibility
Changes
๐งน Inventory Filter
Tired of junk items cluttering your inventory? Inventory Filter automatically removes items you don't want โ so you can focus on what matters.
โจ How It Works
Craft the Filter item and open it to configure which items should be automatically deleted from your inventory. Once set, any matching item that enters your inventory will be instantly removed โ no more manual cleanup.
๐ง Features
- 9 filter slots โ configure up to 9 different item types to filter out
- Automatic deletion โ filtered items are removed the moment they enter your inventory
- Persistent settings โ your filter configuration is saved to the item, take it anywhere
- Lightweight โ no performance impact, works seamlessly in singleplayer and multiplayer
๐ Usage
- Craft the Inventory Filter item
- Right-click to open the filter GUI
- Click a filter slot and then click any item to add it to the filter
- Close the GUI โ the filter is now active!
To disable filtering for an item, simply click its slot in the filter GUI with an empty hand.
โ๏ธ Compatibility
| Loader | Version |
|---|---|
| Forge | 1.20.1 |
๐ Issues & Feedback
Found a bug or have a suggestion? Feel free to open an issue on the project page!
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:TXmRdnPT:L1eUk0Ys"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TXmRdnPT:L1eUk0Ys"
}

