Update build.sh

This commit is contained in:
LegacyGamerHD
2020-12-15 18:25:14 +01:00
committed by GitHub
parent c33f5cea3b
commit 1fffe53720

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/LegacyGamerHD/Minecraft-1.12.2.git
git clone https://github.com/Akarin-project/Minecraft.git
fi
cd "$paperbasedir"
./paper jar
./paper patch
)
fi