All versions
1.1.1
Release
Item Searchbar 1.1.1last month 62
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
1.1.1 - keyboard fixes while the bar is focused
Fixed
- Pressing the inventory key while the search bar is focused typed nothing and closed the screen instead. A focused bar now keeps the keyboard for every key, so "E" types an E. Esc and Enter still leave the bar, as before.
- On screens with a recipe book, pressing the chat key inside the search bar moved focus to the recipe book's own search field. The recipe book no longer sees keys while our bar is focused, so the letter is typed instead.
Notes
- Nothing changed while the bar is not focused: hotbar keys, the recipe book's chat-key shortcut and every vanilla slot interaction work as they always did.
- No config changes, no new dependencies.
Thanks
- @jumble4231512, who reported both of these in the Discord server.
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:fNbOsPUx:ExfAO9EY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fNbOsPUx:ExfAO9EY"
}

