From 295d11b87a1fa6e984c66a9036d4a8c37d36b1cc Mon Sep 17 00:00:00 2001 From: LegacyGamerHD <25864932+LegacyGamerHD@users.noreply.github.com> Date: Tue, 15 Dec 2020 19:38:18 +0100 Subject: [PATCH] Update build.sh --- scripts/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 4f2a2fa4f..443d0ac1b 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -15,11 +15,11 @@ if [ "$2" == "--setup" ] || [ "$3" == "--setup" ] || [ "$4" == "--setup" ]; then if [ -d "Minecraft" ]; then rm Minecraft/ -r fi - git clone https://github.com/Akarin-project/Minecraft.git + git clone https://github.com/LegacyGamerHD/Minecraft-1.12.2.git fi cd "$paperbasedir" - ./paper patch + ./paper jar ) fi