Custom Tooltip API

Data-driven tooltip text creation.

File Details

CTA 3.3.0 - Forge 1.20.1

  • R
  • Jun 1, 2026
  • 210.81 KB
  • 0
  • 1.20.1
  • Forge

File Name

custom_tooltip_api-forge-3.3.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:custom-tooltip-api-1508021:8179167")
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