diff --git a/installer-windows.bat b/installer-windows.bat index d7dc708..311e6cb 100644 --- a/installer-windows.bat +++ b/installer-windows.bat @@ -1,4 +1,5 @@ @echo off +@echo off cd /D "%~dp0" @@ -15,6 +16,9 @@ echo. echo Downloading latest fabric installer... curl -k "https://maven.fabricmc.net/net/fabricmc/fabric-installer/1.0.1/fabric-installer-1.0.1.exe" -o fabricinstaller.exe + ECHO ###### !!!!! ###### + echo MAKE SURE YOU PICK THe CURRENT SERVER MINECRAFT VERSION, 1.20.1 + ECHO ###### !!!!! ###### start /WAIT "%mcroot%" fabricinstaller.exe @@ -40,4 +44,3 @@ echo Sigma! echo All done. @timeout /t 10 >nul 2>&1 exit -