From 7c750c43c9ea29359a6b8e36b353209ded7e04d8 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Tue, 13 Sep 2022 23:50:19 +0300 Subject: [PATCH] fix echo and add launcher title --- windows/minecraft_vanilla.bat | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/windows/minecraft_vanilla.bat b/windows/minecraft_vanilla.bat index f9fce85..3fcf39e 100644 --- a/windows/minecraft_vanilla.bat +++ b/windows/minecraft_vanilla.bat @@ -1,6 +1,10 @@ -rem @echo off +@echo off title Minecraft Launcher +echo Minecraft Launcher by iiiypuk +echo ============================= +echo Preparing... + :: set username set /p PLAYER=What username would you like?