Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@b3edd3f4 Clamp respawn location pitch to correct bounds (#13509)
PaperMC/Paper@4b35f5cb Fix using experience bottle does not award item used stat (#13522)
PaperMC/Paper@a0f626b5 Fix backward compat for EnchantmentTarget.WEAPON (#13508)
This commit is contained in:
granny
2026-01-10 18:48:29 -08:00
parent ef691bfb12
commit d0b1b32e6f
7 changed files with 17 additions and 17 deletions

View File

@@ -215,7 +215,7 @@
public ServerStatsCounter getStats() {
return this.stats;
@@ -3128,4 +_,65 @@
@@ -3126,4 +_,65 @@
return (org.bukkit.craftbukkit.entity.CraftPlayer) super.getBukkitEntity();
}
// CraftBukkit end