Update scripts for NMS repackaging

This commit is contained in:
Jason Penilla
2021-03-16 00:19:21 -07:00
parent 8b1e661370
commit 213b84a2a8
3 changed files with 20 additions and 19 deletions

View File

@@ -73,7 +73,7 @@ if [ ! -d "$classdir" ]; then
mkdir -p "$classdir"
cd "$classdir"
set +e
jar xf "$decompiledir/$minecraftversion-mapped.jar" net/minecraft/server
jar xf "$decompiledir/$minecraftversion-mapped.jar" net/minecraft
if [ "$?" != "0" ]; then
cd "$basedir"
echo "Failed to extract NMS classes."