diff options
author | Mariell Hoversholm <[email protected]> | 2021-03-16 17:09:07 +0100 |
---|---|---|
committer | Mariell Hoversholm <[email protected]> | 2021-03-18 18:03:22 +0100 |
commit | 956150da7ffbd2569afd504d894d5565384741a6 (patch) | |
tree | 3a012e0a23a35122d570b93ef25945f3072a53b2 /scripts | |
parent | ccb217c01d1ca00fae031a98f444586bc8bea774 (diff) | |
download | Paper-956150da7ffbd2569afd504d894d5565384741a6.tar.gz Paper-956150da7ffbd2569afd504d894d5565384741a6.zip |
Welcome to 1.16.5-R0.2
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/remap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/remap.sh b/scripts/remap.sh index cc689aae28..5fb81db1fa 100755 --- a/scripts/remap.sh +++ b/scripts/remap.sh @@ -5,7 +5,7 @@ set -e PS1="$" basedir="$(cd "$1" && pwd -P)" workdir="$basedir/work" -minecraftversion=$(cat "${workdir}/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4) +minecraftversion="$(cat "${workdir}/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)"-R0.2 minecraftserverurl=$(cat "${workdir}/BuildData/info.json" | grep serverUrl | cut -d '"' -f 4) minecrafthash=$(cat "${workdir}/BuildData/info.json" | grep minecraftHash | cut -d '"' -f 4) accesstransforms="$workdir/BuildData/mappings/"$(cat "${workdir}/BuildData/info.json" | grep accessTransforms | cut -d '"' -f 4) |