Extraction commands

This commit is contained in:
nelle 2023-07-03 19:21:01 -06:00
parent 0ce72d0871
commit 3c93cec258

View file

@ -2,9 +2,9 @@
###
###DECOMPRESS
echo UNPACKING MINECRAFT.JAR
#commands
jar -xvf ./bin/minecraft.jar minecraft
echo UNPACKING MINECRAFT_SERVER.JAR
#commands
jar -xvf minecraft_server.jar minecraft_server
###
###DECOMPILE
echo DECOMPILING MINECRAFT.JAR