Перейти к содержимому
Mineforgian

LibTooltips

A simple library for adding tooltips to items

Загрузки
677
Подписчики
3
Обновлён
4 июля 2026 г.
Лицензия
MIT

Опубликован 22 октября 2025 г.

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",

image

image

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!"

image

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!

🌸 Join the discord! 🌸 https://discord.gg/tCs89QTuzn

  • made by wd with lots of love

Ченджлог

2.3.1-NEOFORGE-1.21.1Релиз1.21.1 · 4 июля 2026 г.
  • Added missing translation keys for configs
  • Added config to disable tooltips
2.3-NEOFORGE-1.21.1Релиз1.21.1 · 3 июля 2026 г.
  • Added support for tooltips via a new interface: Tooltips.ItemTooltip
  • Added support for tooltips via a Data Component: Tooltips.TOOLTIP_SHIFT and Tooltips.TOOLTIP_ALWAYS
2.2-NEOFORGE-26.1.2Релиз26.1.1, 26.1.2, 26.2 · 28 июня 2026 г.
  • Added built-in color gradient support
  • Tooltip expand is now a keybind
2.2-NEOFORGE-1.21.1Релиз1.21.1 · 28 июня 2026 г.
  • Added built-in color gradient support
  • Tooltip expand is now a keybind
2.2-FORGE-1.20.1Релиз1.20.1 · 28 июня 2026 г.
  • Added built-in color gradient support
  • Tooltip expand is now a keybind
2.1-FORGE-1.20.1Релиз1.20.4, 1.20.5, 1.20.6 · 16 июня 2026 г.
  • Fixed issue related to mixin refmap
2.0-FORGE-1.20.1Релиз1.20.1 · 15 июня 2026 г.
  • Replaced Ember's Text API in favour of using custom text processors instead
2.0-NEOFORGE-26.1.2Релиз26.1, 26.1.1, 26.1.2 · 15 июня 2026 г.
  • Replaced Ember's Text API in favour of using custom text processors instead

Комментарии

Загружаем…