Wabbit0101 / mods_hoardercraft

Wild and wacky ways to hoard ALL the loot (crops, food, materials, gems, etc.) you generate in Minecraft!
GNU General Public License v3.0
11 stars 4 forks source link

[1.16.5] Potential version mismatch #156

Open ColonelGerdauf opened 1 year ago

ColonelGerdauf commented 1 year ago

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.

ColonelGerdauf commented 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.

MrRedstoneA1 commented 8 months ago

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.