Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 months ago
All versions
1.1.0
Release
Inventory Manager: Smart Storage 1.0.02 months ago 94
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
Inventory Manager 1.1.0 - Minecraft 26.1.2
This update brings several quality-of-life improvements from the 26.2 version back to Minecraft 26.1.2.
Added
- Added a Delete button for each favorite directly inside the Favorites tab.
- Added a Delete All button to clear all saved favorites at once.
- Added a Lock Favorites button directly inside the Favorites tab.
- Added a Minecraft keybind for the inventory/chest item search bar.
- The item search keybind is now configurable from Minecraft controls.
- The item search now works with Ctrl + the configured key.
Improved
- Favorite messages are now clearer and display the item name when possible.
- The default Inventory Manager opening key has been changed from O to I.
- Existing users still using the old default O key will be migrated automatically to I.
- Favorite slot handling has been improved.
Fixed
- Fixed an issue where adding a favorite to hotbar slot 1 could incorrectly register it as the offhand slot.
- Fixed favorite deletion behavior when favorites are locked.
- Fixed the item search keybind not being visible in Minecraft controls.
- Fixed the item search keybind staying locked to Ctrl+F after changing the key in Minecraft controls.
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:11TJ6Wdi:lHdXolpp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:11TJ6Wdi:lHdXolpp"
}

