From 8623da46293d2cbd5c736257e87b9d6a1dbf2c62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 20:37:56 +0000 Subject: [PATCH] Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@a0f548f Don't warn for deprecated PrepareGrindstoneEvent (#9036) --- gradle.properties | 2 +- ...on-section.patch => 0013-Player-configuration-section.patch} | 0 ...names.patch => 0014-Add-option-to-allow-any-usernames.patch} | 0 ...15-Add-permission-to-bypass-reducedDebugInfo-gamerule.patch} | 0 ...atch => 0016-Add-missing-purpur-configuration-options.patch} | 0 ...e-Configuration.patch => 0017-Structure-Configuration.patch} | 0 ...al-size.patch => 0018-Configurable-nether-portal-size.patch} | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename patches/server/{0012-Player-configuration-section.patch => 0013-Player-configuration-section.patch} (100%) rename patches/server/{0013-Add-option-to-allow-any-usernames.patch => 0014-Add-option-to-allow-any-usernames.patch} (100%) rename patches/server/{0014-Add-permission-to-bypass-reducedDebugInfo-gamerule.patch => 0015-Add-permission-to-bypass-reducedDebugInfo-gamerule.patch} (100%) rename patches/server/{0015-Add-missing-purpur-configuration-options.patch => 0016-Add-missing-purpur-configuration-options.patch} (100%) rename patches/server/{0015-Structure-Configuration.patch => 0017-Structure-Configuration.patch} (100%) rename patches/server/{0016-Configurable-nether-portal-size.patch => 0018-Configurable-nether-portal-size.patch} (100%) diff --git a/gradle.properties b/gradle.properties index 87856b5..05508ae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ group = org.plazmamc.plazma version = 1.19.4-R0.1-SNAPSHOT -paperCommit = 23b0ef524af83cdfc7d392bf558cba69b1e53757 +paperCommit = a0f548f5ec716395d0e5f98e52b6e79bf8de0826 org.gradle.caching = true org.gradle.parallel = true diff --git a/patches/server/0012-Player-configuration-section.patch b/patches/server/0013-Player-configuration-section.patch similarity index 100% rename from patches/server/0012-Player-configuration-section.patch rename to patches/server/0013-Player-configuration-section.patch diff --git a/patches/server/0013-Add-option-to-allow-any-usernames.patch b/patches/server/0014-Add-option-to-allow-any-usernames.patch similarity index 100% rename from patches/server/0013-Add-option-to-allow-any-usernames.patch rename to patches/server/0014-Add-option-to-allow-any-usernames.patch diff --git a/patches/server/0014-Add-permission-to-bypass-reducedDebugInfo-gamerule.patch b/patches/server/0015-Add-permission-to-bypass-reducedDebugInfo-gamerule.patch similarity index 100% rename from patches/server/0014-Add-permission-to-bypass-reducedDebugInfo-gamerule.patch rename to patches/server/0015-Add-permission-to-bypass-reducedDebugInfo-gamerule.patch diff --git a/patches/server/0015-Add-missing-purpur-configuration-options.patch b/patches/server/0016-Add-missing-purpur-configuration-options.patch similarity index 100% rename from patches/server/0015-Add-missing-purpur-configuration-options.patch rename to patches/server/0016-Add-missing-purpur-configuration-options.patch diff --git a/patches/server/0015-Structure-Configuration.patch b/patches/server/0017-Structure-Configuration.patch similarity index 100% rename from patches/server/0015-Structure-Configuration.patch rename to patches/server/0017-Structure-Configuration.patch diff --git a/patches/server/0016-Configurable-nether-portal-size.patch b/patches/server/0018-Configurable-nether-portal-size.patch similarity index 100% rename from patches/server/0016-Configurable-nether-portal-size.patch rename to patches/server/0018-Configurable-nether-portal-size.patch