Move config files into own dir
This commit is contained in:
parent
ee05dd5cb5
commit
82043cadc4
2 changed files with 7 additions and 6 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue