From 531a3bbe3ea71949b6270250592df5051d495757 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 13:18:10 +0000 Subject: [PATCH] Updated Upstream (Paper, Purpur) Upstream has released updates that appear to apply and compile correctly [Purpur Changes] PurpurMC/Purpur@e1a0fc3: Updated Upstream (Paper) [Paper Changes] PaperMC/Paper@9e51f94: Fix ping event always receiving protocol version 0 (#10671) PaperMC/Paper@89ad61f: Fix hopper pull event being skipped after the first call (#10667) --- gradle.properties | 4 ++-- patches/api/0001-Purpur-API-Changes.patch | 2 +- patches/server/0001-Purpur-Server-Changes.patch | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index fc71663..f34b8bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,5 +20,5 @@ purpurBranch = ver/1.20.6 pufferfishBranch = ver/1.20 usePufferfish = false -paperCommit = ac3a5471c8dcdc1d0431025781da1d524895c47a -purpurCommit = a398e71e9d559597b85108ca91b929738352582e +paperCommit = 89ad61fd00b04db4bbd6124944d0a33c74e53ad9 +purpurCommit = e1a0fc3b6a3cde39edd367884480df9a583b63b7 diff --git a/patches/api/0001-Purpur-API-Changes.patch b/patches/api/0001-Purpur-API-Changes.patch index 069f209..41868f5 100644 --- a/patches/api/0001-Purpur-API-Changes.patch +++ b/patches/api/0001-Purpur-API-Changes.patch @@ -1,6 +1,6 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: granny -Date: Tue, 7 May 2024 12:19:04 +0000 +Date: Tue, 7 May 2024 13:13:47 +0000 Subject: [PATCH] Purpur API Changes PurpurMC diff --git a/patches/server/0001-Purpur-Server-Changes.patch b/patches/server/0001-Purpur-Server-Changes.patch index e55b2d5..15a2920 100644 --- a/patches/server/0001-Purpur-Server-Changes.patch +++ b/patches/server/0001-Purpur-Server-Changes.patch @@ -1,6 +1,6 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: granny -Date: Tue, 7 May 2024 12:19:04 +0000 +Date: Tue, 7 May 2024 13:13:47 +0000 Subject: [PATCH] Purpur Server Changes PurpurMC