1.15 incompatible programmerartinjector included
Linguardium opened this issue ยท 1 comments
It seems the 1.16 compatible programmerartinjector 1.1.2 was included as it was trying to mixin static methods (which dont exist in the 1.15 branch) and, of course, it fails.
[22:10:22] [main/WARN]: Mixin apply failed programmerartinjector.mixins.json:ClientResourcePackCreatorStaticMixin -> net.minecraft.class_1066: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException 'static' modifier of handler method does not match target in net/minecraft/class_1066::onCreateProgrammerResourcePack [ -> handler$zkk001$onCreateProgrammerResourcePack(Ljava/io/File;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Prepare]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: 'static' modifier of handler method does not match target in net/minecraft/class_1066::onCreateProgrammerResourcePack [ -> handler$zkk001$onCreateProgrammerResourcePack(Ljava/io/File;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Prepare]