First-person Model (Forge/Fabric)

First-person Model (Forge/Fabric)

4M Downloads

[Bug] calling for wrong dependency

SylisMC opened this issue ยท 9 comments

commented

On curse forge, FirstPersonMod-2.0.2.jar(1.17+) calls for....

  • TRansliterationLib-1.0.4.jar (1.16)
  • NotEnoughAnimations-1.0.3.jar (1.16)
commented

Update, i just noticed that FPM calls for NEA, and they might be responsible

commented

Huh it downloaded the 1.16 dependencies for the 1.17 version?

commented

yes, that is currently what it is doing, i tested it on a brand new pack,

commented

Which launcher did you use? On Curse no versions are directly linked as dependency, but just projects. So the launcher has to pick the correct jar for Forge/Fabric and the MC version.

commented

I am using the curse launcher.

fabric-api-0.38.1+1.17.jar
FirstPersonMod-2.0.2.jar
NotEnoughAnimations-1.0.3.jar
TRansliterationLib-1.0.4.jar

First-person mod is the only mod I actually installed and its auto-installing the wrong jars for NotEnoughAnimations & TRansliterationLib

Sorry for the lack of information at first... I assumed it was just a wrong dependency label. Let me know if you need anything else from me,

commented

Huh that's realllly odd. Why would it pull the 1.0.4 of TRansliterationLib when there's a full release for 1.17.
I kinda suspected that the launcher downloaded the 1.16 version of Firstperson because the 1.17 is marked as a Beta, and that it loads the 1.16 dependencies because of that.
I'll keep it in mind, I'm planing to release a new version in the next few days of Firstperson and Transliteration, maybe that will fix it.

commented

I think the issue is that the 1.17 mod isnt tagged as 1.17.1 so it doesnt bother with it, Transliteration & more animations dont even actually show up in the launcher on a 1,17.1 profile

commented

I think that they not showing up is more an issue of Curse currently not correctly supporting multi modloader mods. Still working on the next update, maybe that will fix it.

commented

This is now resolved. Curse supports selecting multiple modloaders now, perfectly when I'm more or less done making everything 2 jars instead ๐Ÿ‘€.