Alphabetically order mods.html
The mods.html contains a mod list, author and version in html. However, the problem is that it is sorted out incorrectly. It is not alphabetically ordered like modlist.txt. I am not sure if this is intentional or not, please confirm.
Thank you.
That list is made by a multithreaded process, so there is no order to the list what so ever.
if it's a feature you really want to see, ~~I can add it without much hassle I'm pretty sure.~~
EDIT: Nope, not exactly easy to add. But these are the lines someone else can start at if they want to implement this: https://github.com/zlepper/TechnicSolderHelper/blob/master/TechnicSolderHelper/TechnicStuff.cs#L24-L33
Ah, I see. That makes sense. Thanks for checking in.