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

Exordium compat #900

Open
SigmundGranaas opened this issue Apr 22, 2024 · 0 comments
Open

Exordium compat #900

SigmundGranaas opened this issue Apr 22, 2024 · 0 comments
Labels
bug Something isn't working compatibility Mod compatibility

Comments

@SigmundGranaas
Copy link
Owner

https://github.com/tr7zw/Exordium/blob/1.20/Shared/src/main/java/dev/tr7zw/exordium/mixin/GuiHotbarMixin.java

This is causing bows to not update. The problem here is that the model instance is not changing, so Exordium is assuming that the model did not change, and there is no need to re-render it. I don't want to add an ugly mixin, so maybe look into some other way to tell exordium to update the model.

@SigmundGranaas SigmundGranaas added the compatibility Mod compatibility label Apr 22, 2024
@Steveplays28 Steveplays28 added the bug Something isn't working label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compatibility Mod compatibility
Projects
None yet
Development

No branches or pull requests

2 participants