From 43f8da3c9376a1ddc6898b25d301fa42445811ea Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Thu, 9 Mar 2023 21:28:38 +1100 Subject: [PATCH] Update NomifactoryMigrator.py --- NomifactoryMigrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NomifactoryMigrator.py b/NomifactoryMigrator.py index 5428a3d..5403b2e 100644 --- a/NomifactoryMigrator.py +++ b/NomifactoryMigrator.py @@ -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"))