Move config files into own dir

This commit is contained in:
modmuss50 2016-03-11 13:09:59 +00:00
parent ee05dd5cb5
commit 82043cadc4
2 changed files with 7 additions and 6 deletions

View file

@ -83,7 +83,7 @@ public class RecipeCompact implements IRecipeCompact {
}
public void saveMissingItems(File mcDir) throws IOException {
File missingItemsFile = new File(mcDir, "TechRebornMissingItems.txt");
File missingItemsFile = new File(mcDir, "missingItems.txt");
if(missingItemsFile.exists()){
missingItemsFile.delete();
}