Skip to content

Commit

Permalink
Update NomifactoryMigrator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit authored Mar 9, 2023
1 parent 2bb1d47 commit 43f8da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NomifactoryMigrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from os import path
import shutil

print("Before you continue, make sure you have imported the new instance in MultiMC from the zip file first!\n")
print("Before you continue, make sure you have imported the new instance in your preffered launcher from CurseForge, or a zip file, first!\n")

old_path=os.path.expanduser(input("Enter the path to the old version's minecraft folder.\n"))
new_path=os.path.expanduser(input("Enter the path to the new version's minecraft folder.\n"))
Expand Down

0 comments on commit 43f8da3

Please sign in to comment.