-
-
Notifications
You must be signed in to change notification settings - Fork 14
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.19 break changes #18
Comments
Yep I'm having the exact same issue aswell |
I made my own class with the same builder system if you need :)
Example:
|
Your incredible, thank you! :) |
I've started adding 1.19 support but it's getting progressively more difficult to support newer versions as Mojang makes pretty significant changes to their code. I may put this on hold for now and work on a compatibility module that instead utilizes anyway, here's the source as it stands: https://github.com/rayzr522/JSONMessage/tree/1.19-compat only thing done so far is getting the ChatComponent implementation to not fail on load, haven't even tested if it works yet since everything else is still broken |
Hello,
There is an error when using JSONMessage:
Code:
Potential solution:
I had the same issue for one of my plugin,
new ChatComponentText(customName) must be changed into Component.literal(customName)
The text was updated successfully, but these errors were encountered: