Open ColonelGerdauf opened 1 year ago
I had to get by, by manually changing the metadata properties, to have the dependency be maxed at 3.1 instead of 3.0.
Otherwise, it would have been awkward and difficult to have to exclude Carrots from update in a launcher.
can you share instructions on how you fixed it? EDIT: nevermind I found the mods.toml file and edited it like you said. Fixed the issue.
The latest version of Carrot Lib creates compatibility problems with Armor Underwear.
Specifically, AU looks for version 3.0.0 as the maximum. Carrots, on the same minecraft version, has 3.0.1 and recently 3.0.2. And both fail the preliminary version check in the AU mod.
All that is needed for Armor Underwear is for the dependency checker to include 3.0.x, instead of having 3.0 strictly defined as the maximum.