▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/SimpleScrollToolTips
SimpleScrollToolTips

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!

Оцените первым
690
3

SimpleScrollToolTips

License

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.

InputAction
Mouse wheelScroll the tooltip vertically
Shift + mouse wheelScroll 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:

OptionDefaultDescription
enabletrueMaster toggle
sensitivity10Pixels moved per scroll step
auto_resettrueReset scroll when hovering a new item
invert_horizontalfalseInvert horizontal scroll direction
invert_verticalfalseInvert 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

MinecraftMod VersionFabric LoaderJava
26.21.0.00.16.0+25
26.1.21.0.00.16.0+25
26.11.0.00.16.0+25

Installation

  1. Install Fabric Loader for your Minecraft version
  2. Install Fabric API (and optionally Mod Menu)
  3. Drop the matching simplescrolltooltips-<version>.jar into your mods folder

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

MIT

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

26.2.x26.1.x

Платформы

Поддерживаемые окружения

Клиент

Зависимости

Ссылки

Детали

Лицензия:
Опубликован:2 месяца назад
Обновлён:1 месяц назад
Главная