Skip to content

Conversation

@TheEpicBlock
Copy link
Contributor

This class isn't marked as OnlyIn(Dist.CLIENT), but it is in NeoForge's client package. It also references many classes which are marked as client, so loading this mixin would cause issues on a server.

Normally, this is not noticeable since this class won't be accessed from the server. But it is still wrong and when a mixin audit is run this will cause a crash.

This class isn't marked as OnlyIn(Dist.CLIENT), but it is in NeoForge's client package. It also references many classes which are marked as client, so loading this mixin would cause issues on a server. This is normally not noticeable, but if the mixin is forcibly loaded via a mixin audit it will crash.
@Su5eD Su5eD merged commit 220b57a into Sinytra:1.21.x Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants