org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: @Shadow method m_21211_ in create.mixins.json:CustomItemUseEffectsMixin was not located in the target class net.minecraft.world.entity.LivingEntity. Using refmap create.refmap.json
redwoodsteve opened this issue ยท 2 comments
Context
I am making a Create addon in IntelliJ Idea, when I put Create in the run\mods folder, I get mixin errors like org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: @Shadow method m_21211_ in create.mixins.json:CustomItemUseEffectsMixin was not located in the target class net.minecraft.world.entity.LivingEntity. Using refmap create.refmap.json
. When I remove the Create mod everything works fine.
Crash Report
Set up Mixin refmap remapping as explained on the wiki.