Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: tooltip event #1920

Merged
merged 2 commits into from
May 29, 2024
Merged

Conversation

CalMWolfs
Copy link
Collaborator

What

We were previously mixing into ItemStack.getTooltip, which other mods (neu) use to get the lore of items. This caused some issues especially in places like the auction house, where neu looks at what sort mode you have using getTooltip, making the LorenzToolTipEvent trigger there causing issues in some prs such as #1916. Now we mixin to when the tooltip is actually rendered, hopefully fixing this issue

Changelog Fixes

  • Fixed LorenzToolTipEvent triggering when not actually hovering over an item. - CalMWolfs

@CalMWolfs CalMWolfs added the Bug Fix Bug fixes label May 29, 2024
@CalMWolfs CalMWolfs added this to the Version 0.26 milestone May 29, 2024
@CalMWolfs CalMWolfs changed the title Backend: Fix: tooltip event May 29, 2024
@CalMWolfs CalMWolfs marked this pull request as draft May 29, 2024 09:44
@CalMWolfs CalMWolfs marked this pull request as ready for review May 29, 2024 09:55
@hannibal002 hannibal002 self-requested a review May 29, 2024 20:17
@hannibal002 hannibal002 merged commit 28efe42 into hannibal002:beta May 29, 2024
3 checks passed
@github-actions github-actions bot removed the Bug Fix Bug fixes label May 29, 2024
@CalMWolfs CalMWolfs deleted the fix-tooltip-event branch May 29, 2024 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants