NeoForge
NeoForge copied to clipboard
[20.6] Tooltips append to bottom of tooltip stack
Minecraft Version: 1.20.6
NeoForge Version: 20.6.84
Steps to Reproduce:
- Add custom tooltip to item via
ItemTooltipEvent
Description of issue:
Custom tooltips are appended to the very bottom of the tooltip stack, this is even below the debug item name / component count.
Modded tooltips imo should be appended below the items name but above the vanilla data components, not below EVERYTHING.
Is this still an issue in 1.21?
Yes, still an issue.
BTW, the case if (!p_41653_.isCreative() && this.has(DataComponents.HIDE_TOOLTIP)) { doesn't fire the event at all, even though the event gets the ToolTipFlag and subscribers can react accordingly.