You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading large modpacks there are dozens to hundreds of mods to download, but no way to tell how close to completion the process is. It would be nice to have something like f"[{current_index}/{total_mod_count}]" printed inline with the existing info to give a hint at the progress.
The text was updated successfully, but these errors were encountered:
Good idea. This should be very simple since the downloads aren't executed in parallel anymore (there used to be 4 download threads to speed up the process, but I'm trying to ratelimit it now for the sake of keeping the API key).
This is just a small QoL suggestion:
When downloading large modpacks there are dozens to hundreds of mods to download, but no way to tell how close to completion the process is. It would be nice to have something like
f"[{current_index}/{total_mod_count}]"
printed inline with the existing info to give a hint at the progress.The text was updated successfully, but these errors were encountered: