spoorn / myLoot

Instanced loot chests for Minecraft Fabric
Other
4 stars 5 forks source link

myLoot causing instant crash through curseforge launcher. #13

Closed GraphicsByStorm closed 2 years ago

GraphicsByStorm commented 2 years ago

I am making a modpack, and I would love to have myLoot as part of the modpack, however whenever I launch minecraft it instantly crashes with this error and log

The game crashed whilst initializing game Error: java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'myloot'! Exit Code: -1

https://paste.ee/p/IEJ0g

spoorn commented 2 years ago

Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector setModelPoseRedirect(Lnet/minecraft/class_1007;Lnet/minecraft/class_742;Lnet/minecraft/class_742;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V in firstperson.mixins.json:PlayerRenderMixin from mod firstperson failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap firstperson.refmap.mixins.json

Looks like it's an error with FirstPerson mod. Not sure why it bubbles up to an error from myLoot, but none of my mods touch PlayerEntity Rendering