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