Move mc decompile source to its own folder

Makes caching easier, ever so slightly more organized.
This commit is contained in:
Zach Brown 2017-08-12 18:56:59 -05:00
parent cb011c365e
commit 9ff170660b
No known key found for this signature in database
GPG key ID: CC9DA35FC5450B76
8 changed files with 9 additions and 10 deletions

View file

@ -5,7 +5,7 @@ PS1="$"
basedir="$(cd "$1" && pwd -P)"
workdir="$basedir/work"
minecraftversion=$(cat "$workdir/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)
decompiledir="$workdir/$minecraftversion"
decompiledir="$workdir/Minecraft/$minecraftversion"
#