Move mc decompile source to its own folder
Makes caching easier, ever so slightly more organized.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user