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

Fixed two display bugs: FPS counter and armor / item durability. #133

Open
wants to merge 1 commit into
base: MC-Forge-1.19.2
Choose a base branch
from

Conversation

kaisadilla
Copy link

Fixed two visual bugs:

  • FPS counter: incorrectly used the setting for the X position for both X and Y coordinates in the screen, resulting in the Y position setting not having any effect.

  • Armor, item and arrow info (found under "Item Details" section): the item's icon and the string indicating its amount / durability use different PoseStacks, which result in item icons not being affected by position settings. This has been fixed by passing down these settings as offset parameters to their rendering methods.

Signed-off-by: kaisadilla <58343029+kaisadilla@users.noreply.github.com>
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.

1 participant