Custom Tooltip API

Data-driven tooltip text creation.

File Details

Custom Tooltip API 3.1.0

  • R
  • May 13, 2026
  • 183.96 KB
  • 13
  • 1.20.6+5
  • Fabric

File Name

custom-tooltip-api-3.1.0.jar

Supported Versions

  • 1.20.6
  • 1.20.5
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:custom-tooltip-api-1508021:8084903"

Learn more about Curse Maven

Full Changelog

This release brings new tools that allow to set custom colored backgrounds and borders, as well as background texture support.

New Features

  • Tooltip background color and opacity can now be customized
  • 4 new config modes for backgrounds were added:
    • Solid (default): Single static color
    • Gradient: Fixed gradient between two colors.
    • Texture (Stretch): Stretches the entire image to fit the tooltip. Best for seamless patterns, noisy backgrounds, or large abstract images.
    • Texture (Framed): Uses smart scaling (Nine-Slice). Corners and borders keep their original thickness while the center stretches. Best for RPG frames, custom UI boxes, or drawn borders.
  • Tooltip border color and opacity can now be customized
  • Separated the Tooltip Edit menu into 2 categories to better organize the menu:
    • Tooltip Edit category
    • Tooltip Background category

Fixes

  • Fixed the color picker not displaying the correct color when clicking on undo or reset value
  • Added a translation key that was previously missing for the Hold Key in the Keybinds config
  • Added better color validation in the tooltip edit menu, fixes some bugs related to invalid colors
  • General code cleanup