All versions
1.2.11
Release
InvSearch 1.2.11last week 81
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
1.2.11 - GUI Themes & Layout
Added
- Added Ocean, Classic, Pastel Pink, and High Contrast themes to the in-game GUI settings.
- Added a configurable item-highlight delay from Off to 2 seconds for compatibility with chest interface animation mods.
- Added Default and Custom highlight styles with a dedicated hex color editor for container outlines, item-slot outlines, and enchanted-book levels I-V.
Changed
- Reworked the in-game storage GUI into a full-width two-panel layout with search actions on the left and sorting and container filters on the right.
- Expanded the stored-item and location panels to use the available screen height while keeping the denser grids, themes, settings, and existing controls.
- Moved Community Discord into Settings and grouped Web UI, Locator Bar, NBT Match, highlight style, highlight delay, and Clear Data under Advanced Settings.
- Removed the visible close button from the in-game storage toolbar; right-click and Escape still close the interface.
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:WbyOslj2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s8jPicuI:WbyOslj2"
}

