Skip to content

Fix #47#48

Merged
MagicJinn merged 2 commits intoMagicJinn:mainfrom
Irgendwer01:main
Mar 29, 2026
Merged

Fix #47#48
MagicJinn merged 2 commits intoMagicJinn:mainfrom
Irgendwer01:main

Conversation

@Irgendwer01
Copy link
Copy Markdown
Contributor

Fixes #47 by readding the @SideOnly(Side.CLIENT) annotation.
Unrelated, but why was this removed in first place?

@MagicJinn
Copy link
Copy Markdown
Owner

Thank you for the fix! I've tested it, and fixed some more error messages that appeared in the log when using floo powder.

Unrelated, but why was this removed in first place?

Well, the entire network side of Quantum Things was recently rewritten in a PR, and some things have seemingly been lost in translation. The original file did indeed have the Client Only tag.

@MagicJinn MagicJinn merged commit 95fb3bb into MagicJinn:main Mar 29, 2026
@Irgendwer01
Copy link
Copy Markdown
Contributor Author

@MagicJinn You've yet again removed the SideOnly annotation...

@MagicJinn
Copy link
Copy Markdown
Owner

Yes, but now it's handled by the proxy system. Before, while it fixed the crash, it would still spam around 10 errors in the console. Now, it doesn't crash, and doesn't spam errors. It has something to do with client class references still being present in server files, even if it doesn't outright crash the game.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Floo Tokens crash server with java.lang.NoClassDefFoundError: net/minecraft/client/particle/Particle

2 participants