
Identity mod not working on Forge
Anubiyo opened this issue ยท 9 comments
My Forge Modpack always crashes with Erros when i launch with Identity.
I added the Identity Mod to my Modlist on my Modpack, since i wanted to have fun trolling my friend, disguised as mobs.
But after I added the Mod my Minecraft keept crashing due to a inject Error or something.
Here is the Log :
latest.log
Is there a way to fix this? I've tried to modify it to be compatible with my current versions (1.20.1) but, it still crashes.
Log file from the paste, as pastes on Hastebin expire within a few days (at most a week):
log.txt
Btw, i have also investigated into other mods files, and they have it updated, so something is completely coded wrong with the forge version.
i think the mod Dev coded Forge version of identity wrong since he only knows fabric.
I think I know how to fix it. in the file that Anubiyo posted, change all the 37's to 47, the version range to 1.20.1 for identity dependencies, and the architectury dependencies to the latest 1.20.1 version of architectury. In forge/src/main/resources/pack.mcmeta, change the pack format to 15. Then you recompile it and it should work I think? I might be wrong (probably am).
Edit: In forge/src/main/resources/identity-forge.mixins.json and common/src/main/resources/identity.mixins.json change JAVA_16 to JAVA_17
Edit Edit: I'm just gonna link this into a new issue with the solution, and post any updates there.