Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 6 months ago
All versions
0.1.7+mc1.19.2
Beta
ContainerSearcher v0.1.7 for 1.19-1.19.23 years ago 935
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- added a scrollbar to the Search Menu!
- better searching for the Search Menu
- removed the keybind for search held item in near containers in favor of only keeping the search hovered inventory stack in near containers
- added an option to delete the cache of a singleplayer world automatically when the world is deleted
- added a maximum interaction time to avoid caching content in a wrong container
- added a config migration system for later
- changed the rendering method for the outline box around a highlighted container to try supporting optifine with shaders
- double chests should now be better handled, and will choose the position of the last interacted chest
- optimized some UI elements of the Search Menu and made the tooltip hover above (or under) the element and not on the element
Took 13 hours 56 minutes
Optional dependencies
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:IK1wshSh:W13ulbeG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IK1wshSh:W13ulbeG"
}



