Skip to content

Releases: Partacus-SPQR/SimpleScrollToolTips

SimpleScrollToolTips v1.2.0

Choose a tag to compare

@Partacus-SPQR Partacus-SPQR released this 23 Jul 22:46

Independent tooltip scale — render tooltips at their own scale, separate from your global GUI scale. 🎉

Added

  • tooltip_scale config 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 below 1.00 to 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

Choose a tag to compare

@Partacus-SPQR Partacus-SPQR released this 08 Jul 16:42

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_only config option (also in the Mod Menu screen).
  • Debug tracing via -Dsimplescrolltooltips.debug=true for compatibility reports.

Fixed

  • invert_horizontal / invert_vertical config 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

Choose a tag to compare

@Partacus-SPQR Partacus-SPQR released this 30 Jun 06:18

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.