sargunv / modsman

Minecraft mod manager and updater for the CLI
Apache License 2.0
29 stars 7 forks source link

Can't get it to work with 1.17.1 for some mods #15

Open juliocoliveira opened 3 years ago

juliocoliveira commented 3 years ago

I can't use this app with 1.17.1, if i put 1.17.1 on the init it doesn't work with some mods, if i put 1.17 on the init it download 1.17 not 1.17.1 sometimes.

UpgradeException: Failed to upgrade 'Replanter', caused by: Failed to find a valid version matching [1.17.1] and excluding [Forge] UpgradeException: Failed to upgrade 'Cloth Config API (Fabric)', caused by: Failed to find a valid version matching [1.17.1] and excluding [Forge]

This program should work with specific versions like 1.17.1 not only major versions like 1.17

magneticflux- commented 3 years ago

How to work around the issue:

  1. Set the version to 1.17
  2. Download all the mods you want
  3. Set the version to 1.17.1
  4. Update all mods

Some mods don't say they're compatible with 1.17.1 but still are. If you need a new mod that isn't tagged as 1.17.1, download it manually and use the discover subcommand to add it to the list so it will be updated eventually (when it gets tagged properly by the modder).

If a mod says it's 1.17.1 compatible on CurseForge but won't update, that's https://github.com/sargunv/modsman/issues/10

If a mod has a 1.17.1 compatible version but it isn't tagged as 1.17 or 1.17.1, that's the mod author's fault: complain to them.