tr7zw / FirstPersonModel

Enables the third person Model in firstperson
MIT License
134 stars 25 forks source link

Minecraft loading screen fades in and out repeatedly #318

Closed nNoav closed 1 year ago

nNoav commented 1 year ago

epilepsy

I’ve disabled each of my mods one by one and this mod seems to be the one causing issue. This is 1.19.2 Fabric, if that helps.

tr7zw commented 1 year ago

Need the latest log to tell you whats going wrong.

nNoav commented 1 year ago

Sorry, here’s my log. 2022-11-28-1.log

tr7zw commented 1 year ago

That was a normal start? There are no errors in there.

nNoav commented 1 year ago

Ah, I’ve given you the wrong one, terribly sorry. Here’s the lastest for real this time. latest.log

tr7zw commented 1 year ago

@Redirect conflict. Skipping firstperson.mixins.json:PlayerRenderMixin from mod firstperson->@Redirect::setModelPoseRedirect(Lnet/minecraft/class_1007;Lnet/minecraft/class_742;Lnet/minecraft/class_742;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V with priority 1000, already redirected by skinswapper.mixins.json:preview.PlayerEntityRendererMixin from mod skinswapper->@Redirect::setModelPoseRedirect(Lnet/minecraft/class_1007;Lnet/minecraft/class_742;)V with priority 1100

Skinswapper is incompatible, because they redirect the same method this mod needs to redirect(and their mod technically doesn't). Remove Skinswapper and it will work.