Forkk/TFCLauncher

TFC update resets minecraft folder

Opened this issue · 4 comments

Whenever there is an update to TFC, TFCLauncher just wipes the entire minecraft folder deleting all installed mods, coremods and texturepacks. This should be fixed by only updating the necessary files.

It's being looked into. I've got to learn all of Forkk's code myself.

There is some kind of a solution though. If you have a *nix based OS, you can simply softlink to the folders you want to keep and then simply create new links after each update. At leats that's how I've been working around this issue for now.

It shouldn't be difficult. Just gotta check if the file exists and if it does, leave it alone. Unless I get heavily distracted, I hope to have it solved today sometime.

Thanks!