
SimpleScrollToolTips
Ever hovered an item with so many enchantments and stats that its tooltip spills past the top and bottom of the screen? Vanilla just clamps it to the edge and the rest is lost. SimpleScrollToolTips lets you scroll and panany tooltip with your mouse!
- Загрузки
- 680
- Подписчики
- 3
- Обновлён
- 23 июля 2026 г.
- Лицензия
- MIT
Опубликован 30 июня 2026 г.
SimpleScrollToolTips
Scroll oversized item tooltips so you can actually read the parts that run off your screen.
Ever hovered an item with so many enchantments and stats that its tooltip spills past the top and bottom of the screen? Vanilla just clamps it to the edge and the rest is lost. SimpleScrollToolTips lets you scroll — and pan — any tooltip with your mouse wheel or the arrow keys, so the clipped lines come into view.
Author: Partacus-SPQR
Source: GitHub
Download: Modrinth
Features
- Scroll off-screen tooltips — read tooltips taller (or wider) than your screen instead of having them clamped to the edge
- Mouse wheel to scroll vertically, Shift + wheel to scroll horizontally
- Arrow-key scrolling (↑ ↓ ← →), fully rebindable
- Auto-reset — scroll position resets when you hover a different item
- Adjustable sensitivity and optional per-axis inversion
- Client-side only — works on any server, including stat-heavy ones like SkyBlock
- Mod Menu configuration screen
Controls
Scrolling only acts while you're hovering an item that has a tooltip.
| Input | Action |
|---|---|
| Mouse wheel | Scroll the tooltip vertically |
| Shift + mouse wheel | Scroll the tooltip horizontally |
| ↑ / ↓ | Scroll vertically |
| ← / → | Scroll horizontally |
All keys are rebindable in Options → Controls → SimpleScrollToolTips.
Configuration
Edit in Mod Menu, or directly in config/simplescrolltooltips.json:
| Option | Default | Description |
|---|---|---|
enable |
true |
Master toggle |
sensitivity |
10 |
Pixels moved per scroll step |
auto_reset |
true |
Reset scroll when hovering a new item |
invert_horizontal |
false |
Invert horizontal scroll direction |
invert_vertical |
false |
Invert vertical scroll direction |
Requirements
- Minecraft 26.1, 26.1.2, or 26.2
- Fabric Loader 0.16.0+
- Fabric API
- Java 25
- (optional) Mod Menu for in-game config
Version Compatibility
| Minecraft | Mod Version | Fabric Loader | Java |
|---|---|---|---|
| 26.2 | 1.0.0 | 0.16.0+ | 25 |
| 26.1.2 | 1.0.0 | 0.16.0+ | 25 |
| 26.1 | 1.0.0 | 0.16.0+ | 25 |
Installation
- Install Fabric Loader for your Minecraft version
- Install Fabric API (and optionally Mod Menu)
- Drop the matching
simplescrolltooltips-<version>.jarinto yourmodsfolder
Building
./gradlew buildAllVersions
Per-version jars are written to versions/<mc>/build/libs/.
How it works
Item tooltips in container screens are positioned by DefaultTooltipPositioner, which clamps oversized tooltips to the screen. SimpleScrollToolTips offsets the tooltip position after that clamp, letting it move off-screen so the hidden lines scroll into view.
License
Ченджлог
1.2.0Релиз26.2 · 23 июля 2026 г.
[1.2.0] - 2026-07-08
Added
- Independent tooltip scale: a
tooltip_scaleoption (Mod Menu slider) renders tooltips at their own scale, separate from the global GUI scale. Set it below 1.00 to shrink oversized tooltips so they fit — without having to lower your GUI scale and shrink your whole inventory/HUD. Works in every GUI (vanilla and modded).1.00= off (native size).
1.2.0Релиз26.1.2 · 23 июля 2026 г.
[1.2.0] - 2026-07-08
Added
- Independent tooltip scale: a
tooltip_scaleoption (Mod Menu slider) renders tooltips at their own scale, separate from the global GUI scale. Set it below 1.00 to shrink oversized tooltips so they fit — without having to lower your GUI scale and shrink your whole inventory/HUD. Works in every GUI (vanilla and modded).1.00= off (native size).
1.2.0Релиз26.1, 26.1.1, 26.1.2 · 23 июля 2026 г.
[1.2.0] - 2026-07-08
Added
- Independent tooltip scale: a
tooltip_scaleoption (Mod Menu slider) renders tooltips at their own scale, separate from the global GUI scale. Set it below 1.00 to shrink oversized tooltips so they fit — without having to lower your GUI scale and shrink your whole inventory/HUD. Works in every GUI (vanilla and modded).1.00= off (native size).
1.1.0Релиз26.2 · 8 июля 2026 г.
[1.1.0] - 2026-07-08
Added
- Mod GUI compatibility: tooltip scrolling now works in custom mod screens (profile viewers, wardrobe/museum GUIs, etc.), not just vanilla-style container screens. Tooltips are tracked and offset at the universal vanilla tooltip pipeline (
GuiGraphicsExtractor), and scroll/key input is captured at theMouseHandler/Screenlevel so any open screen is covered. - New
overflow_onlyconfig option (default off): when enabled, tooltips outside containers only scroll if they extend past a screen edge, so the wheel is never shared with GUIs that scroll their own content. - Debug tracing available via
-Dsimplescrolltooltips.debug=true.
Fixed
invert_horizontal/invert_verticalconfig options had no effect (the inversion was applied twice and cancelled itself out).
Changed
- In non-container GUIs, auto-reset now triggers when the tooltip disappears for a moment (hovering something new), mirroring the slot-change reset in containers.
1.1.0Релиз26.1, 26.1.1, 26.1.2 · 8 июля 2026 г.
[1.1.0] - 2026-07-08
Added
- Mod GUI compatibility: tooltip scrolling now works in custom mod screens (profile viewers, wardrobe/museum GUIs, etc.), not just vanilla-style container screens. Tooltips are tracked and offset at the universal vanilla tooltip pipeline (
GuiGraphicsExtractor), and scroll/key input is captured at theMouseHandler/Screenlevel so any open screen is covered. - New
overflow_onlyconfig option (default off): when enabled, tooltips outside containers only scroll if they extend past a screen edge, so the wheel is never shared with GUIs that scroll their own content. - Debug tracing available via
-Dsimplescrolltooltips.debug=true.
Fixed
invert_horizontal/invert_verticalconfig options had no effect (the inversion was applied twice and cancelled itself out).
Changed
- In non-container GUIs, auto-reset now triggers when the tooltip disappears for a moment (hovering something new), mirroring the slot-change reset in containers.
1.1.0Релиз26.1.2 · 8 июля 2026 г.
[1.1.0] - 2026-07-08
Added
- Mod GUI compatibility: tooltip scrolling now works in custom mod screens (profile viewers, wardrobe/museum GUIs, etc.), not just vanilla-style container screens. Tooltips are tracked and offset at the universal vanilla tooltip pipeline (
GuiGraphicsExtractor), and scroll/key input is captured at theMouseHandler/Screenlevel so any open screen is covered. - New
overflow_onlyconfig option (default off): when enabled, tooltips outside containers only scroll if they extend past a screen edge, so the wheel is never shared with GUIs that scroll their own content. - Debug tracing available via
-Dsimplescrolltooltips.debug=true.
Fixed
invert_horizontal/invert_verticalconfig options had no effect (the inversion was applied twice and cancelled itself out).
Changed
- In non-container GUIs, auto-reset now triggers when the tooltip disappears for a moment (hovering something new), mirroring the slot-change reset in containers.
1.0.0Релиз26.2 · 30 июня 2026 г.
[1.0.0] - 2026-06-30
Added
- Initial release.
- Scroll oversized tooltips: tooltips taller (or wider) than the screen can be scrolled into view. The tooltip position is offset after vanilla's screen-clamp (via
DefaultTooltipPositioner), so it can move off-screen to reveal the clipped lines. - Mouse-wheel vertical scrolling; Shift + wheel for horizontal.
- Arrow-key scrolling (↑ ↓ ← →), rebindable in Controls.
- Auto-reset of the scroll position when hovering a different slot.
- Configurable sensitivity and per-axis inversion.
- Mod Menu integration.
- Multi-version support — Minecraft 26.1, 26.1.2, and 26.2 (unobfuscated, Java 25) — built with Stonecutter.
1.0.0Релиз26.1.2 · 30 июня 2026 г.
[1.0.0] - 2026-06-30
Added
- Initial release.
- Scroll oversized tooltips: tooltips taller (or wider) than the screen can be scrolled into view. The tooltip position is offset after vanilla's screen-clamp (via
DefaultTooltipPositioner), so it can move off-screen to reveal the clipped lines. - Mouse-wheel vertical scrolling; Shift + wheel for horizontal.
- Arrow-key scrolling (↑ ↓ ← →), rebindable in Controls.
- Auto-reset of the scroll position when hovering a different slot.
- Configurable sensitivity and per-axis inversion.
- Mod Menu integration.
- Multi-version support — Minecraft 26.1, 26.1.2, and 26.2 (unobfuscated, Java 25) — built with Stonecutter.
Комментарии
Загружаем…