From 2bb1d479a09d4f1189df74ae2168dfab6ed3a8a2 Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Thu, 9 Mar 2023 21:27:57 +1100 Subject: [PATCH] Update NomifactoryMigrator.ps1 --- NomifactoryMigrator.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NomifactoryMigrator.ps1 b/NomifactoryMigrator.ps1 index 6d69b37..a9f2288 100644 --- a/NomifactoryMigrator.ps1 +++ b/NomifactoryMigrator.ps1 @@ -2,7 +2,7 @@ #This script will help move important folders from one instance of the pack to another, saving you time! #Original Author: capSAR273, updated author, IntegerLimit, if you have any questions or issues you can contact me on GitHub (Or on the Nomifactory Discord)! -Write-Host "Before you continue, make sure you have imported the new instance in your preferred launcher from the CurseForge, or a zip file, first!" +Write-Host "Before you continue, make sure you have imported the new instance in your preferred launcher from CurseForge, or a zip file, first!" $oldPath = Read-Host -Prompt "Enter the path to the old version's minecraft folder." $newPath = Read-Host -Prompt "Enter the path to the new version's minecraft folder."