-
-
Notifications
You must be signed in to change notification settings - Fork 56
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 chat events #299
base: 1.19
Are you sure you want to change the base?
Fix chat events #299
Conversation
shedaniel
commented
Jul 16, 2022
- This fixes chat events on fabric due to Fabric API taking priority above our mixins, we inject to the same place
- Test mod now with appended "new text" for server chat modifications and "error:" for client chat modifications
- Forge event now not cancelled for client chat modifications
fabric/src/main/java/dev/architectury/impl/fabric/EventChatDecorator.java
Show resolved
Hide resolved
Superseded by #302 |
We still need this |
In that case, see my comments regarding the cancelling component ^^ There has to be a better way to do that :/ |
Please resolve the merge conflicts so this can be put on last call |
Is there still enough demand for 1.19 to warrant fixing this issue? The discourse(TM) regarding that version has largely died down, and due to CurseForge's horrible UX I would even say that publishing a new 1.19.0 release would likely confuse users into downloading said new version for their 1.19.2 instance |