From 3929f61633b79caec20cbc441328b12ca0dba04c Mon Sep 17 00:00:00 2001 From: LegacyGamerHD Date: Thu, 26 Nov 2020 19:06:48 +0100 Subject: [PATCH] Update build.sh --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 4fcf32f2d..af9253122 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -15,7 +15,7 @@ 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"