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"