cdbbnny
cdbbnny
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...
Hmm, that's interesting. Since there may be more versions that do this, I'll have to add in some additional logic to try the alternate URL if the first one fails....
Looks much better! I'll have to check out your code and test it on my computer before I merge it. On the topic of exception handling, you can simply catch...
Also, it seems like the `magic` library is only checking file extensions. Is it really necessary to have an entire library dependency for this, or would it be sufficient to...
I have merged your code into a feature branch (called `launcher`) so I can fix some things before I merge the code into master. I'll keep this PR open until...
I might look at this again sometime soon; it's probably very broken now with the new changes but shouldn't be too hard to rework.
oh this is a data pack, I assume? My code assumes anything marked as a "texture pack" is a resource pack with an assets/ folder. This should be a fairly...
Looks like it should work for the time being. However, this appears to show up specifically when the "texture pack" in question is a data pack, and those files should...
Fixed in [7691391](https://github.com/cdbbnnyCode/modpack-installer/commit/76913913654f0ee36c13a9e63d8db70a2833d562)
This has been open for years now, and while it works well, I don't think it really fits within the scope of the main project. If it is still used...