Update scripts for NMS repackaging
This commit is contained in:
parent
d4532f7e70
commit
b28d461145
3 changed files with 20 additions and 19 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue