From 1fffe537209e4d4a6fc734d4e1014990bfc4f419 Mon Sep 17 00:00:00 2001 From: LegacyGamerHD <25864932+LegacyGamerHD@users.noreply.github.com> Date: Tue, 15 Dec 2020 18:25:14 +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 af9253122..9f6b9030d 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/LegacyGamerHD/Minecraft-1.12.2.git + git clone https://github.com/Akarin-project/Minecraft.git fi cd "$paperbasedir" - ./paper jar + ./paper patch ) fi