Update scripts for NMS repackaging
This commit is contained in:
parent
8b1e661370
commit
213b84a2a8
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