crash with a modpack i made
MinecraftedGaming opened this issue ยท 5 comments
i made a modpack for myself with create and some other mods but it crashed before opening ever since I added a few mods (including this one) and I've disables mods and enables them til I had one left and it what this mod I have the modpack exported so you can do testing to find where the issue is (because I cant)
Create+ 1.19.2.zip
It looks like a redirect mixin has the wrong target name.
Ya seems like a mixin problem. @brisingraerowing and my logs both cite org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Redirect annotation on getArmorSlotsProxy could not find any targets matching 'get' in com.simibubi.create.content.equipment.armor.BacktankUtil. Using refmap creategoggles-forge-refmap.json
I see. They renamed their methods and added the curio support themselves. I can upload a quick fix