tr7zw / FirstPersonModel

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

Crash with identity mod (Forge 1.19.2) #353

Open Warrex21187 opened 1 year ago

Warrex21187 commented 1 year ago

I'm using the first person mod with the identity mod, and my game crash if I add more than 8 mods with the first person mod, identity and the architectury API. Doesn't matter wich mod I'm adding it keep crash if I add more than 8.

tr7zw commented 1 year ago

I should add that Identity did work before with FirstPerson. Seems to be some issue introduced when they added the Forge port with architecture. Fabric versions pre Forge release probably still work fine.

tr7zw commented 1 year ago

Wait no I remember. Opening the identity jar, then editing identity.mixins.json and removing the line ShadowMixin does fix it. Will look into how I can work around this conflict with Identity.