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

Elytra indicator with Overflowing Bars installed shifts the entire UI to the right #5052

Open
gamma-delta opened this issue Sep 23, 2024 · 0 comments
Labels
version: 1.20 Version: Minecraft 1.20.x

Comments

@gamma-delta
Copy link
Contributor

gamma-delta commented Sep 23, 2024

Steps to reproduce:

  • Have Quark and Overflowing Bars installed
  • Put on an elytra
  • The entire UI gets shifted to the right. The hotbar is fine, but basically every other UI including your inventory and the pause menu are all shifted.

My guess is that this is because in Quark, the whole PoseStack is shifted to the right in order to make the armor bar render to the right (link), but Overflowing Bars cancels the RenderGuiOverlayEvent.Pre event (link), and perhaps the Post event isn't fired if the Pre event is cancelled.

I encountered this in this modpack: dr3ams/Industrial-Village#49

Logs: https://mclo.gs/HVkjf1w

@github-actions github-actions bot added the version: 1.20 Version: Minecraft 1.20.x label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version: 1.20 Version: Minecraft 1.20.x
Projects
None yet
Development

No branches or pull requests

1 participant