Robocraft999 / CreateGoggles

Adds Goggle Helmets and Armored Backtanks for Create Mod
MIT License
2 stars 4 forks source link

crash with a modpack i made #14

Closed MinecraftedGaming closed 1 year ago

MinecraftedGaming commented 1 year ago

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

MinecraftedGaming commented 1 year ago

the attached file has modlist and settings

brisingraerowing commented 1 year ago

Game Log from my pack

It looks like a redirect mixin has the wrong target name.

The-Arcanian commented 1 year ago

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

Robocraft999 commented 1 year ago

I see. They renamed their methods and added the curio support themselves. I can upload a quick fix

The-Arcanian commented 1 year ago

Can confirm that it is fixed. Thank you for the quick turnaround. 😀