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

[1.12.2] entityculling.mixins.json:CullableMixin was loaded too early #178

Open
X-XLebyshek opened this issue Nov 1, 2024 · 1 comment

Comments

@X-XLebyshek
Copy link

Forge: 14.23.5.2860
Entity Culling 1.6.3
Sooo there is no crash-report, it crashes too early, but the console gives me some information, namely:

Critical problem: entityculling.mixins.json:CullableMixin from mod unknown-owner target net.minecraft.entity.Entity was loaded too early.
Or
Mixin [entityculling.mixins.json:CullableMixin from mod unknown-owner] from phase [DEFAULT] in config [entityculling.mixins.json] FAILED during PREPARE
I suspect it's because the mixin was loaded too early, as it states, so ima probably install Mixin Compat... Oh wait! I already have it installed!

So help pls
Also, interestingly, the same problem happens with the other EntityCulling mod by Meldexun

@tr7zw
Copy link
Owner

tr7zw commented Nov 1, 2024

Mixins can't load too early. They need to be loaded when the classes load, thats it. Sounds more like your Mixin loader mod has an issue. Also the latest log is the crash report in that case.

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

No branches or pull requests

2 participants