Links
Tags
Creators
Details
1.8.0
Compatibility
Changes
Two fixes for the ALT shulker box preview.
The preview now works in the player inventory
Holding ALT over a shulker box shows its contents — but that never worked in the
player inventory (E), the crafting table, the furnace, the smoker, or the blast
furnace. Worse, in those screens the vanilla tooltip was suppressed as well, so
hovering with ALT held showed nothing at all.
These screens build their rendering differently from chests, and the point where the mod hooked in was never reached there. It's fixed now, and it affects every version back to 1.0.0 — this was never a regression, just a gap.
Chests, barrels, ender chests, shulker box GUIs, and the creative inventory were already working and are unchanged.
The preview no longer covers the item you're hovering
It used to appear slightly below and to the right of the cursor, which meant it always overlapped the item you were pointing at — the one thing you were trying to look at.
The popup is now vertically centred on the cursor and sits one slot-width to the side, so the item stays visible. It still flips to the left near the right edge of the screen and never runs off-screen.
The same positioning is shared by the warehouse search preview and the template manager preview, so all three now line up the same way.
Container Peek (Z) uses its own placement rules and is unaffected.
Unchanged
Category classification, warehouse search, the in-chest search field, slot locks, templates, and settings all behave exactly as before. Nothing about your saved data changes.
Supported: 1.21.10, 1.21.11, 26.1, 26.1.1, 26.1.2, 26.2
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:5FUhayJR:5L9kkxyP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5FUhayJR:5L9kkxyP"
}

