You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some mods which include Roughly Enough Items as their required dependency. The problem is, that one mod is referenced from the modrinth site and the other from the curseforge. Removing one of the REI mods adds it to the dependency list once again and prints
Warning: 1 duplicate files were found RoughlyEnoughItems-9.1.595.jar. Remove the mod it belongs to
I am afraid that this doesn't have a simple fix, until unless the #140 compare-by-hash is not implemented
Steps to reproduce
Have two mods depend on REI. One from curseforge, one from modrinth.
There is no dependency graph, so it's rather hard to see which two mods depend on REI. If need arises, I can try to bruteforce it.
Operating System
Linux
Are you using the latest version of ferium?
I am using the latest version of ferium
Additional Information
No response
The text was updated successfully, but these errors were encountered:
#140 won't help with adding the same mod from different sources.
If two different mods were compared on hashes after their download, then those two mods could be unified into or one could be marked as a primary version of the other in the profile. Something like selecting appropriate package on linux from different PPAs. This would possibly require keeping some index of files local to ferium like apt does.
This should fix the issue, I guess you didn't use the remove command correctly?
I've checked history and indeed, turns out instead of removing Roughly Enough Items (duplicate) I removed Roughly Enough Resources. I've tested right now removing the duplicate mod by ID and it indeed works as intended.
#140 won't help with adding the same mod from different sources.
How do you mean this? You could after every ferium upgrade check if files with the same filename is present, if not then also check if files with the same hash is present.
Description
I have some mods which include Roughly Enough Items as their required dependency. The problem is, that one mod is referenced from the modrinth site and the other from the curseforge. Removing one of the REI mods adds it to the dependency list once again and prints
I am afraid that this doesn't have a simple fix, until unless the #140 compare-by-hash is not implemented
Steps to reproduce
Have two mods depend on REI. One from curseforge, one from modrinth.
There is no dependency graph, so it's rather hard to see which two mods depend on REI. If need arises, I can try to bruteforce it.
Operating System
Linux
Are you using the latest version of ferium?
Additional Information
No response
The text was updated successfully, but these errors were encountered: