1.19.2 update

This commit is contained in:
2022-09-14 00:03:51 +03:00
parent 5e2abec7d5
commit 1ccc860233
4 changed files with 20 additions and 4 deletions

View File

@@ -1,8 +1,15 @@
#!/bin/sh
echo -ne "\033]2;Minecraft Launcher\007"
# Launcher title
echo "Minecraft Launcher by iiiypuk"
echo "============================="
# Set username
read -p "What username would you like? " player
if [ ! $player ]; then
player="Steve"
fi
# A minecraft root directory
MC_DIR=$HOME/.minecraft