All versions
1.2.3
Release
InvSearch 1.2.3last month 21
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
1.2.3 - Exact Variant Highlights
Improved
- Live storage slot highlights now keep broad item matches visible while showing the exact clicked enchantment/component variant in a distinct color.
- In-inventory enchanted-book variant highlights now use level colors: 1 green, 2 blue, 3 purple, 4 orange, and 5+ pink.
- Strict NBT mode now keeps the normal in-inventory highlight colors instead of using level colors.
- Added a settings toggle for strict NBT matching versus loose same-enchantment matching.
- Clicking a stored item in the in-game storage GUI now highlights only chests containing that exact item or selected variant, instead of every item matching the typed search text.
- The in-game storage GUI now restores the active search or selected item when reopened.
- Added an in-game location range slider for limiting highlighted chests, locator-bar markers, and visible item locations by distance.
- Added a Look button for turning the player toward the selected item-location chest.
- Added a Stored Items range slider in settings so the stored item grid can show only items from nearby indexed chests.
Fixed
- Prevented the creative inventory item catalog from being indexed as storage.
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:s8jPicuI:4I82g8F2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s8jPicuI:4I82g8F2"
}

