LibTooltips is a simple API allowing for translation-key driven tooltips with no code needed.
"tooltip.minecraft.diamond.0" : "Such a fancy <ltrgb>rgb rainbow</ltrgb> tooltip!",
"tooltip.minecraft.diamond.1" : "And look, it even supports several lines, wow",


It supports basic tag processing to allow for some control over specific parts of the tooltip, such as changing the text dynamically, or adding color.
You can also add permanent tooltips to items
"tooltip.always.minecraft.diamond.0" : "This tooltip will always show!"

Using LibTooltips
This library is made to be Jar-in-Jar'd unto your mod, meaning users won't have to download it separately. If you're developing a modpack, you can may include this mod to allow for tooltip support!
Visit the Wiki Page for more information.
Can you port to X?
- Sure! Let me know through the discord!
- made by wd with lots of love