minecraft-source/decompile-mc.sh

11 lines
208 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
2020-07-22 04:05:10 +01:00
./enigma.sh decompile cfr client.jar src client.mappings # 2> decompile_errors.log
2020-07-22 02:49:05 +01:00