[BUG] Crash with Quilt on latest version
Auroali opened this issue ยท 6 comments
Describe the bug
The game crashes when running the mod with quilt on 1.8.0-alpha1
To Reproduce
Run the mod with quilt instead of fabric
Expected behavior
The game runs without crashing
Minecraft version
1.20.1
Mod version
1.8.0-alpha1
Crash Report
https://mclo.gs/ovyAuIb
Mixin apply for mod spectrum failed #spectrum:spectrum.mixins.json:LivingEntityMixin from mod spectrum -> net.minecraft.class_1309: org.spongepowered.asm.mixin.injection.throwables.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 org.quiltmc.qsl.entity.effect.mixin.LivingEntityMixin with priority 1000 [PREINJECT Applicator Phase -> #spectrum:spectrum.mixins.json:LivingEntityMixin from mod spectrum -> Prepare Injections -> -> wrapWithCondition$zkj000$spectrum$preventStatusClear(Lnet/minecraft/class_1309;Lnet/minecraft/class_1293;Lcom/llamalad7/mixinextras/sugar/ref/LocalBooleanRef;)Z -> Prepare]
org.spongepowered.asm.mixin.injection.throwables.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 org.quiltmc.qsl.entity.effect.mixin.LivingEntityMixin with priority 1000 [PREINJECT Applicator Phase -> #spectrum:spectrum.mixins.json:LivingEntityMixin from mod spectrum -> Prepare Injections -> -> wrapWithCondition$zkj000$spectrum$preventStatusClear(Lnet/minecraft/class_1309;Lnet/minecraft/class_1293;Lcom/llamalad7/mixinextras/sugar/ref/LocalBooleanRef;)Z -> Prepare]
still occurs in 1.8.0-alpha2
https://mclo.gs/OZy9m6k
it looks like they do an overwrite in their mixin, i'll try opening an issue on their end. sorry for all the trouble