From 6ea816d217424378be13ceeea312f600eff3efb0 Mon Sep 17 00:00:00 2001 From: Mariell Hoversholm Date: Tue, 16 Mar 2021 17:09:07 +0100 Subject: [PATCH] Welcome to 1.16.5-R0.2 --- Spigot-Server-Patches/fixup-POM-Changes.patch | 19 +++++++++++++++++++ scripts/remap.sh | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 Spigot-Server-Patches/fixup-POM-Changes.patch diff --git a/Spigot-Server-Patches/fixup-POM-Changes.patch b/Spigot-Server-Patches/fixup-POM-Changes.patch new file mode 100644 index 0000000000..b7c8c9cb64 --- /dev/null +++ b/Spigot-Server-Patches/fixup-POM-Changes.patch @@ -0,0 +1,19 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Mariell Hoversholm +Date: Tue, 16 Mar 2021 17:06:29 +0100 +Subject: [PATCH] fixup! POM Changes + + +diff --git a/pom.xml b/pom.xml +index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -0,0 +0,0 @@ + + io.papermc + minecraft-server +- ${minecraft.version}-SNAPSHOT ++ ${minecraft.version}-R0.2-SNAPSHOT + compile + + 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)