Releases: Partacus-SPQR/SimpleScrollToolTips
Release list
SimpleScrollToolTips v1.2.0
Independent tooltip scale — render tooltips at their own scale, separate from your global GUI scale. 🎉
Added
tooltip_scaleconfig option (Mod Menu slider,1.00= off): renders tooltips at their own scale via a matrix transform, independent of the global GUI scale. Set it below1.00to shrink oversized tooltips so they fit — without lowering your GUI scale and shrinking your whole inventory/HUD. Works in every GUI, vanilla and modded. It composes with scrolling, so you can shrink and pan a giant tooltip.
Downloads
| Minecraft | File |
|---|---|
| 26.2 | simplescrolltooltips-1.2.0+26.2.jar |
| 26.1.2 | simplescrolltooltips-1.2.0+26.1.2.jar |
| 26.1 | simplescrolltooltips-1.2.0+26.1.jar |
Requires Fabric Loader 0.16.0+ and Fabric API. Client-side only.
SimpleScrollToolTips v1.1.0
Tooltip scrolling now works in any mod GUI — profile viewers, wardrobe/museum screens, and other custom interfaces, not just vanilla containers. 🎉
Added
- Universal mod GUI compatibility: tooltips are tracked and offset at the vanilla tooltip pipeline itself, and scroll/key input is captured at the game's input layer — so any open screen is covered, whatever mod it comes from.
- Any visible tooltip can be scrolled anywhere. Prefer the wheel untouched unless a tooltip is actually cut off? Enable the new
overflow_onlyconfig option (also in the Mod Menu screen). - Debug tracing via
-Dsimplescrolltooltips.debug=truefor compatibility reports.
Fixed
invert_horizontal/invert_verticalconfig options had no effect.
Changed
- Outside containers, the scroll auto-resets when the tooltip disappears for a moment (hover change), matching the slot-change reset inside containers.
Downloads
| Minecraft | File |
|---|---|
| 26.2 | simplescrolltooltips-1.1.0+26.2.jar |
| 26.1.2 | simplescrolltooltips-1.1.0+26.1.2.jar |
| 26.1 | simplescrolltooltips-1.1.0+26.1.jar |
Requires Fabric Loader 0.16.0+ and Fabric API. Client-side only.
SimpleScrollToolTips v1.0.0
Initial release. 🎉
Scroll oversized tooltips — tooltips taller or wider than the screen can now be scrolled into view. The tooltip is offset after vanilla's screen-clamp (via DefaultTooltipPositioner), so it can move off-screen to reveal the clipped lines. Great for heavily-enchanted or stat-heavy items (e.g. SkyBlock).
Controls
- Mouse wheel — scroll vertically
- Shift + mouse wheel — scroll horizontally
- Arrow keys (↑ ↓ ← →) — scroll (rebindable)
Also
- Auto-reset when you hover a different item
- Configurable sensitivity + per-axis inversion
- Mod Menu config screen
Downloads
Pick the jar matching your Minecraft version:
| Minecraft | File |
|---|---|
| 26.2 | simplescrolltooltips-1.0.0+26.2.jar |
| 26.1.2 | simplescrolltooltips-1.0.0+26.1.2.jar |
| 26.1 | simplescrolltooltips-1.0.0+26.1.jar |
Requires Fabric Loader 0.16.0+ and Fabric API. Client-side only.