Forkk / MultiMC

(Note: MultiMC 3 is no longer being maintained. See https://github.com/Forkk/MultiMC4 instead.) A Minecraft tool that allows you to manage multiple installations as well as install and uninstall mods by simply dragging and dropping them. (This is the C# version)
http://forkk.net/MultiMC/
22 stars 9 forks source link

Sorting Order for mods tab #54

Closed finalsliver closed 12 years ago

finalsliver commented 12 years ago

what's the chance for mods folder sorting from the tab?

would probably need an enumerator to rename the mod's "001_buildcraft-client-A-core-3.1.5" "002_buildcraft-client-B-builders-3.1.5"

this possible?

Forkk commented 12 years ago

Probably not. It doesn't make much sense to do this and it's something the mod devs should be handling on their own. (also, putting numbers before the filenames only works on windows)