Simple Scroll

Quick rating

Simple Scroll

No reviews yet

Allows scrolling through an item's description if it exceeds 10 lines. Features a flexible configuration with a wide range of settings.

QoL & Tweaks
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
simple_scroll-2.1.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

📜 SimpleScroll (Scroll Utility)

SimpleScroll is a lightweight, client-side optimization mod that solves the age-old problem of overflowing item tooltips in heavily modded Minecraft.

If you play with massive tech mods, complex questing packs, or custom item configurations, you’ve likely seen tooltips that stretch far beyond the boundaries of your screen. This mod introduces a clean, performance-friendly scrolling system that keeps your tooltips neat, readable, and fully customizable.


🎥 Video Review:

https://imgur.com/a/t1qhgvU


✨ Features

  • Universal Scrolling: Automatically caps any long tooltip in the game (vanilla or modded) to a customizable limit (default is 15 lines) and enables smooth vertical scrolling.
  • Simple Controls: Just hold the Alt key and use your Mouse Scroll Wheel while hovering over any item to scroll through its description.
  • Smart Memory: Automatically resets the scroll position back to the top when you move your cursor to a different item, ensuring a seamless inventory experience.
  • Extremely Optimized: Designed with performance in mind. All formatting, colors, and styles are cached on configuration load, resulting in zero rendering lag.
  • 100% Client-Side: Safe to use on any multiplayer server. You do not need to install it on the server.

⚙️ Fully Customizable Config

The mod features an extensive configuration file (simplescroll-common.toml) allowing you to personalize every single visual aspect of the scroll indicators to match your favorite UI theme:

  • linesToEnableScroll: Customize the threshold at which tooltips begin scrolling (default: 10 lines).
  • Indicator Customization: Independently change both the Color (Black, Gold, Aqua, Red, etc.) and the Style (Bold, Italic, Obfuscated, Underline, Strikethrough, or none) for:
    • The top scroll arrows (▲ ... ▲)
    • The bottom scroll arrows (▼ ... ▼)
    • The active lines counter label ([Line X-Y of Z])
    • The "Hold Alt" helpful reminder label

📔 Config (simple_scroll-common.toml) :

#Specifies the minimum number of lines required to enable scrolling.
# Default: 10
# Range: > 0
linesToEnableScroll = 10
#[▲ ... ▲] color.
#Colors list: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE
#Write ChatFormatting.SELECTED_COLOR
#Allowed Values: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE, OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, RESET
arrowsBottomColor = "YELLOW"
#[▲ ... ▲] style.
#Style list: OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, NULL
#Write Styles.SELECTED_STYLE
#Allowed Values: OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, NULL
arrowsBottomStyle = "NULL"
#[10 Lines - 8 from 25] color.
#Colors list: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE
#Write ChatFormatting.SELECTED_COLOR
#Allowed Values: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE, OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, RESET
lines_counter_color = "DARK_GRAY"
#[10 Lines - 8 from 25] style.
#Style list: OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, NULL
#Write Styles.SELECTED_STYLE
#Allowed Values: OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, NULL
lines_counter_style = "NULL"
#[Use Mouse Wheel to Scroll] color.
#Colors list: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE
#Write ChatFormatting.SELECTED_COLOR
#Allowed Values: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE, OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, RESET
useWheelColor = "AQUA"
#[Use Mouse Wheel to Scroll] style.
#Style list: OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, NULL
#Write Styles.SELECTED_STYLE
#Allowed Values: OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, NULL
useWheelStyle = "NULL"
#[▼ ... ▼] color.
#Colors list: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE
#Write ChatFormatting.SELECTED_COLOR
#Allowed Values: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE, OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, RESET
arrowsTopColor = "YELLOW"
#[▼ ... ▼] style.
#Style list: OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, NULL
#Write Styles.SELECTED_STYLE
#Allowed Values: OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, NULL
arrowsTopStyle = "NULL"

🛠️ Modpack Creators & Compatibility

  • Compatibility: Works out-of-the-box with all mods, including JEI, EMI, REI, and major tech or magic mods that add extensive descriptions.
  • Aesthetic Control: Perfect for modpack creators who want to unify the look of tooltips across different mods using the TOML configuration.

📒 Log

1.0:

  • Mod's uploading

2.0:

  • holdAltColor and holdAltStyle deprecated, sience 2.0 and higher
  • sience 2.0 scroll works in jei and other gui

2.1:

  • Fixed : in other interfaces - such as Xaero's Minimap or Waystones - scrolling might not work, even if the mouse wasn't hovering over an item.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works