minecraft-source/decompile-mc.sh

11 lines
199 B
Bash
Raw Normal View History

2020-07-22 02:49:05 +01:00
#!/usr/bin/env bash
# clear out current src directory
rm -rf src
mkdir src
echo "Decompiling client.jar..."
#procyon, cfr
./enigma.sh decompile client.jar src client.mappings 2> enigma-errors.log
2020-07-22 02:49:05 +01:00