We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46dec8 commit e00a062Copy full SHA for e00a062
scripts/makemcdevsrc.sh
@@ -6,7 +6,7 @@ PS1="$"
6
7
basedir="$(cd "$1" && pwd -P)"
8
workdir="$basedir/work"
9
-minecraftversion=$(cat "$basedir/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)
+minecraftversion=$(cat "$workdir/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)
10
decompiledir="$workdir/$minecraftversion"
11
nms="$decompiledir/net/minecraft/server"
12
papernms="Paper-Server/src/main/java/net/minecraft/server"
0 commit comments