Identity

Identity

3M Downloads

Identity mod not working on Forge

Anubiyo opened this issue ยท 9 comments

commented

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

commented

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.

commented

Log file from the paste, as pastes on Hastebin expire within a few days (at most a week):
log.txt

commented

I found this here in the files of the mod.
Screenshot 2024-08-07 110040
It says it needs 1.17.1 Mc version, and 37 as Forge version. the architectury requirements seem to be outdated too.

commented

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.

commented

@Anubiyo,

Check #632

You can download the file in the releases tab. It works completely fine. The curseforge version is broken

commented

@Anubiyo,

Check #632

You can download the file in the releases tab. It works completely fine. The curseforge version is broken

Where?

commented

There is a releases button.

commented

There is a releases button.

I think that version is outdated

commented

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.