ExtraDoors

ExtraDoors

173k Downloads

1.15 incompatible programmerartinjector included

Linguardium opened this issue ยท 1 comments

commented

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]
commented

This is fine, the version is compatible with both 1.15 and 1.16 and injects into both the static and non-static methods. This is simply a warning and can be ignored.