TechnicSolderHelper icon indicating copy to clipboard operation
TechnicSolderHelper copied to clipboard

Alphabetically order mods.html

Open WistfulAdris opened this issue 9 years ago • 2 comments

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.

WistfulAdris avatar Jul 03 '16 06:07 WistfulAdris

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

zlepper avatar Jul 03 '16 07:07 zlepper

Ah, I see. That makes sense. Thanks for checking in.

WistfulAdris avatar Jul 03 '16 08:07 WistfulAdris