-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
1.2.21+1.21.1 breaks server UI #269
Comments
Upload the game log and a screenshot of how it should be and how it is with IF |
here is the latest.log (is this the log you want?)
|
I just noticed when I came back to check but the draw order for the xp in the xp bar isn't the only thing off, if you look at the 2 images you can see that in normal wynncraft the xp bar is drawn over the hp, and the hotbar over the xp bar, but that order is reversed with immediately fast installed. it also looks that way for mana as well. does immediatelyfast just reversing the draw order for the UI or something strange? |
The server abuses core shaders to modify the HUD. Those modifications are incompatible with ImmediatelyFast. ImmediatelyFast should detect that and disable some of its optimizations, but it seems like its not disabling enough yet. |
can confirm |
Still present on 1.3.0 |
On wynncraft the xp bar renders behind the actual xp bar texture.
I made sure it was immediately fast by going to a 1.21 + fabric 0.16.5 instance and only have immediately fast installed.
The text was updated successfully, but these errors were encountered: