minecraft-source/decompile-mc.sh

11 lines
199 B
Bash

#!/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