ModResolver
prefers older version of JiJed library when using provides
#780
Labels
ModResolver
prefers older version of JiJed library when using provides
#780
When one mod JiJs a library, and another mod JiJs a newer version of a mod that
provides
said library, the old version of the library is (sometimes?) preferred.See https://canary.discord.com/channels/507304429255393322/566418023372816394/1085626537967112354
Reproduction mods:
https://cdn.discordapp.com/attachments/566418023372816394/1085628646934454402/fabric-example-mod-1.0.0.jar
https://cdn.discordapp.com/attachments/566418023372816394/1085628647412609055/fabric-example-mod-1-1.0.0.jar
The former includes version
0.2.0-beta.4
ofmixinextras
(which providescom_github_llamalad7_mixinextras
), and the latter includes version0.2.0-beta.3
ofcom_github_llamalad7_mixinextras
, which is incorrectly preferred.The text was updated successfully, but these errors were encountered: