Tags
Creators
Details
Licensed ARR
Published last month
Updated last week
All versions
1.4
Release
Noob's Container Searcher2 weeks ago 15
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Added
- 26.2 support.
- Villager items support.
Fixed
- Fixed container and villager records deleting themselves over time. Cleanup now waits 15 seconds after joining a world or changing dimension, only verifies records near the player (48 blocks for containers, 32 for villagers), and requires several consecutive confirmations before removing a record.
- Fixed containers behind item frames not being detected when opened through entity interaction.
- Fixed obstructed chests being ignored by container detection.
- Fixed silent data loss when the saved container data file was corrupted; it is now backed up instead of being overwritten.
Changed
- Gui design.
- Reduced disk writes by batching villager position updates instead of saving every second.
- Added safeguards so an opened menu can no longer be attributed to the wrong container.
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:Zavp3bBd:TCXuRgLh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Zavp3bBd:TCXuRgLh"
}

