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

Make RecipeBookManagerMixin clientside #1532

Merged
merged 1 commit into from
Nov 19, 2024

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
1 check passed
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