You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not an issue with that particular mixin. It is your dev environment knowing names with a mapping, but create being compiled to searge names (func_...) for the users environment. So you have to tell it it should remap that map of references to point to proper names again
You do that by enabeling the refmap remap property in your run configurations (something like SpongePowered/Mixin#462 (comment)) and, when starting from ide, regenerating that IDEs run cofiguration
Exception:
[18:17:14] [main/FATAL] [mixin/]: Mixin apply failed create.mixins.json:EntityContraptionInteractionMixin -> net.minecraft.entity.Entity: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Inject annotation on movementMixin could not find any targets matching 'Lnet/minecraft/entity/Entity;func_213315_a(Lnet/minecraft/entity/MoverType;Lnet/minecraft/util/math/vector/Vector3d;)V' in net.minecraft.entity.Entity. Using refmap create.refmap.json [PREINJECT Applicator Phase -> create.mixins.json:EntityContraptionInteractionMixin -> Prepare Injections -> -> handler$zzi000$movementMixin(Lnet/minecraft/entity/MoverType;Lnet/minecraft/util/math/vector/Vector3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
full crash log: https://pastebin.com/HCPBa1ii
build.gradle: https://pastebin.com/ZV1zt0PB
I am using
I have also tried different versions of all of them on windows and linux without success
The error appears to be specific to the create mod as it did not occur with any other mods I tried
The text was updated successfully, but these errors were encountered: