Rebuild patches after we continue from a paper edit.

This commit is contained in:
DemonWav
2016-04-02 18:34:27 -05:00
parent 526469fd23
commit aeea23a135
11 changed files with 44 additions and 35 deletions

View File

@@ -3,7 +3,7 @@
nms="net/minecraft/server"
export MODLOG=""
PS1="$"
basedir="$1"
basedir=$(realpath "$1")
workdir="$basedir/work"
minecraftversion=$(cat "$workdir/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)