Entity Culling Fabric/Forge

Entity Culling Fabric/Forge

80M Downloads

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

X-XLebyshek opened this issue ยท 1 comments

commented

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

commented

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.