All versions
1.2.7
Release
InvSearch 1.2.7last month 28
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
1.2.7 - Stored Item Filters
Added
- Added Alt-expanded item tooltips showing indexed NBT/component data.
- Added Stored Item Containers checkbox dropdowns to the in-game storage GUI and embedded web dashboard.
Changed
- Moved the Stored Item Containers dropdown onto the main Stored Items screen for quicker access.
- Stored item rows, item locations, and stored-item chest highlights now respect the selected container types.
- Furnaces, blast furnaces, and smokers are excluded from Stored Items by default.
Fixed
- Reopening the in-game storage GUI now keeps the previously located chest row highlighted.
- Clicking an already selected chest location again now clears the specific located-chest override and returns world highlights to all matching chests.
- Kept item-location panel text constrained to the panel at large GUI scales.
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:OPniPBcb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s8jPicuI:OPniPBcb"
}

