Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@5b6165c4 Add spawnreason for building copper golems (#13112)
PaperMC/Paper@6950f05d Update to 1.21.9
PaperMC/Paper@dad730f2 [ci/skip] Update README
PaperMC/Paper@27f926e7 Expose Copper Golem weathering state to API (#13089)
This commit is contained in:
granny
2025-09-30 19:29:34 -07:00
parent 5bb1521a3b
commit b211823008
4 changed files with 17 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
--- a/src/main/java/org/bukkit/craftbukkit/entity/CraftCopperGolem.java
+++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftCopperGolem.java
@@ -13,4 +_,17 @@
public net.minecraft.world.entity.animal.coppergolem.CopperGolem getHandle() {
return (net.minecraft.world.entity.animal.coppergolem.CopperGolem) this.entity;
@@ -55,4 +_,17 @@
default -> throw new IllegalStateException("Unexpected value: " + oxidizing);
}
}
+
+ // Purpur start - Summoner API