Custom Tooltip API

Data-driven tooltip text creation.

File Details

CTA 3.3.0 - Fabric 1.20.1

  • R
  • Jun 1, 2026
  • 210.65 KB
  • 0
  • 1.20.1
  • Fabric

File Name

custom_tooltip_api-fabric-3.3.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:custom-tooltip-api-1508021:8179163"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Full Changelog

3.3.0

This release includes resizable and scrollable tooltips!

New Features

  • Tooltips can now be resized to a percentage of the screen (max height and width percentage can be customized)
  • Tooltips that are too long to be displayed on the screen become scrollable: use your mouse wheel to scroll through them
  • There's now a new config screen accessible through the main menu by clicking the Scroll & Custom Tooltip Dimensions button! (Resize arrows icon)

Technical Fixes

  • Removed the unused CustomTooltipApitest class from the final jar file