Tooltips Reforged
This modification is an enhanced version of EnhancedTooltips, featuring a completely redesigned tooltip system with extended functionality for both regular players and developers.
Main Features
All mod functions can be easily configured through the game's settings menu.
For Players
- Modified appearance of item names with rarity indication and icons
- Display of effects for food, potions, and tipped arrows
- New system for displaying item durability
- Preview for banners, maps, and paintings
- Equipment visualization when hovering over armor
- Entity viewing for spawn eggs and buckets with mobs
- Indicator of the mod to which the item belongs
- Spell targets and their descriptions (for vanilla spells, installation of Enchantment Description is required)
- Preview of container contents
- Ability to scroll through long descriptions
For Developers
To use these functions, you need to enable advanced tooltips (F3+H)
- Ctrl: Display of item tags
- Alt: Display of raw NBT data and entity information for spawn eggs
- Shift: Display of specific information
For blocks, block tags are displayed, and for spawn eggs, entity tags are displayed.
Known Compatibility Issues
When some EMF resource packs are installed (for example, DetailedAnimations), issues may occur with spawn egg preview. These functions can be disabled in the settings.
For Developers
Create a class implementing TooltipsReforgeEntrypoint and add the @EntryPointProvider(slug="tooltips_reforged") annotation for Forge or specify in the entrypoint tooltips_reforged for Fabric.
If you have interesting ideas for improving the mod, you can suggest them through GitHub!