Skip to content

SimpleScrollToolTips v1.1.0

Choose a tag to compare

@Partacus-SPQR Partacus-SPQR released this 08 Jul 16:42
· 1 commit to main since this release

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.