[BUG] Conflict with Combat Enchantments
Happy1speed opened this issue ยท 2 comments
Describe the bug
Mixin conflict with Combat Enchantments and Spectrum 1.8.0 (Fabric 1.20.1)
To Reproduce
Get Combat Enchantments 2.14.9 and Spectrum 1.8.0 on Fabric 1.20.1.
Expected behavior
No crash
Minecraft version
1.20.1
Mod version
1.8.0 release
Screenshots
None
Crash Report
crashlog.txt
InvalidInjectionException: @at("INVOKE") on net/minecraft/class_1309::spectrum$preventStatusClear with priority 1000 cannot inject into net/minecraft/class_1309::method_6012()Z merged by com.dsfhdshdjtsb.CombatEnchants.mixin.CenchantsLivingEntityMixin with priority 1000 [INJECT_PREPARE Applicator Phase -> spectrum.mixins.json:compat.quilt_status_effect.absent.LivingEntityPreventStatusClearMixin from mod spectrum
Looking at their code, Combat Enchantments really does use an Override, causing it's transformation to conflict with everything else that touches this piece of code:
That one will have to be fixed on their end.