Update build.sh

This commit is contained in:
LegacyGamerHD
2020-12-15 19:38:18 +01:00
committed by GitHub
parent fda0839d62
commit 295d11b87a

View File

@@ -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