Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@0a4eb8f3 Send the pong response packet immediately. This packet is similar to the keep alive packet and is processed async. (#12242)
PaperMC/Paper@7a3d0c4e Fix recipe being always null in PrepareItemCraftEvent from the api (#12237)
PaperMC/Paper@a6ce734f Fix zombie villager not dropping item once cured (#12230)
PaperMC/Paper@ce300162 Skip alpha channel for custom model data component (#12205)
This commit is contained in:
granny
2025-03-07 21:24:23 -08:00
parent e19b670781
commit 304174ec0d
5 changed files with 14 additions and 14 deletions

View File

@@ -65,7 +65,7 @@
}
@Override
@@ -1280,7 +_,7 @@
@@ -1282,7 +_,7 @@
);
}
@@ -74,7 +74,7 @@
return spawnGroupData;
}
@@ -1619,6 +_,7 @@
@@ -1621,6 +_,7 @@
this.playAttackSound();
}