Tags
Creators
Details
Licensed MIT
Published last week
Updated last week
All versions
0.0.1
Beta
First beta — Container search & Despawn timer2 weeks ago 1
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
First public beta
Client-side only, fair-play, works on any vanilla server. Minecraft 26.2 · Fabric · Requires Fabric API.
Features
- Container search — search bar above every container screen; non-matching slots are dimmed. Matches item names, IDs, tooltips (enchantments, potions) and even the contents of closed shulker boxes and bundles.
Ctrl+Fto focus,Escto leave. - Item despawn timer — countdown above dropped items before they despawn (color-coded; exact in singleplayer, estimated on servers).
- In-game settings screen (default key:
V) — one toggle per feature, grouped by category; future server-unfair features will auto-disable on multiplayer servers.
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:nlG4BZ0C:rYU2K9Ik"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nlG4BZ0C:rYU2K9Ik"
}

