This commit is contained in:
Mariell Hoversholm
2021-03-17 10:20:38 +01:00
parent cf4dc464a8
commit 700e9e6a56
3 changed files with 4 additions and 6 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
jar xf "$decompiledir/$minecraftversion-mapped.jar" net/minecraft com/mojang/math
if [ "$?" != "0" ]; then
cd "$basedir"
echo "Failed to extract NMS classes."