Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@79c77f5d Pre-Adventure 5.0 changes (#13300)
PaperMC/Paper@ad767b0c Fix MC-259832 (#13464)
PaperMC/Paper@37e02efd feat: Add new overloads for Pathfinder (#13192)
PaperMC/Paper@47aef92a [ci/skip] chore(jd): improve PlayerConnectionValidateLoginEvent (#13591)
PaperMC/Paper@13887c99 feature(#13558): add copper golem state api (#13561)
PaperMC/Paper@10235641 Fix item entity data serialization to json (#13632)
PaperMC/Paper@32dff6b1 Fix crafter slot ID conversions (#13497)
PaperMC/Paper@7e80cef5 Add ItemStack getter to FurnaceExactEvent (#13569)
This commit is contained in:
granny
2026-02-26 14:58:43 -08:00
parent e4663d8b99
commit 8ce75f6be0
4 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@
options.use()
options.isDocFilesSubDirs = true
options.links(
@@ -216,11 +_,11 @@
@@ -217,11 +_,11 @@
}
// workaround for https://github.com/gradle/gradle/issues/4046

View File

@@ -1,6 +1,6 @@
--- a/src/main/java/org/bukkit/entity/CopperGolem.java
+++ b/src/main/java/org/bukkit/entity/CopperGolem.java
@@ -39,6 +_,22 @@
@@ -53,6 +_,22 @@
*/
void setOxidizing(Oxidizing oxidizing);