mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-22 10:57:43 +01:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user