Item Zoom is a NeoForge 26.1.2 port inspired by mezz/ItemZoom. When the player opens an inventory or container screen and hovers over an item slot, or hovers over an item in the JEI ingredient/bookmark list, the mod displays a larger preview of that item in the empty space beside the GUI.
Features include:
- Item zoom support for inventories and container slots
- JEI ingredient list and bookmark list support
- Automatic left/right placement to avoid covering the hovered item
- Toggle key binding
- Hold-to-display key binding
- Zoom in and zoom out key bindings
- Optional JEI-only mode
- Optional help text below the zoomed item
- Optional stack size, durability bar, and cooldown display
- Crisp pixel scaling to reduce blurry fractional scaling
- High-resolution zoom rendering for clearer enlarged item previews
The high-resolution rendering path is designed for Minecraft/NeoForge 26.1.2’s newer GUI rendering system. Instead of simply scaling up the normal small GUI item icon, the mod creates a dedicated zoom render state and uses Minecraft’s larger item rendering flow where possible, producing a clearer result closer to the original ItemZoom experience.