dizzyd / mcdex

Minecraft Modpack Management
Apache License 2.0
75 stars 8 forks source link

mod.update.all does not handle dependencies for updated mods #41

Open mgziminsky opened 5 years ago

mgziminsky commented 5 years ago

The mod update command does not check the dependencies for the new versions of mods being set. So any new dependencies of updated mods will not be added to the pack, breaking it.

https://github.com/dizzyd/mcdex/blob/17c0ecc98eacf46c6c3c5e5636d7d9fc3a691fc8/modpack.go#L425-L428