Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@dac59aca fix EntityPortalExitEvent handling
PaperMC/Paper@084abd45 do not call BlockGrowEvent on each age grow for cactus
PaperMC/Paper@d1f89b9c pass correct context to CraftChatMessage#toJSON
This commit is contained in:
granny
2025-06-14 15:51:01 +00:00
parent f85a67ed08
commit 86c25932ab
3 changed files with 8 additions and 8 deletions

View File

@@ -136,7 +136,7 @@
}
public int getAirSupply() {
@@ -4147,7 +_,7 @@
@@ -4156,7 +_,7 @@
// CraftBukkit end
public boolean canUsePortal(boolean allowPassengers) {
@@ -145,7 +145,7 @@
}
public boolean canTeleport(Level fromLevel, Level toLevel) {
@@ -4672,6 +_,12 @@
@@ -4681,6 +_,12 @@
return Mth.lerp(partialTick, this.yRotO, this.yRot);
}
@@ -158,7 +158,7 @@
// Paper start - optimise collisions
public boolean updateFluidHeightAndDoFluidPushing(final TagKey<Fluid> fluid, final double flowScale) {
if (this.touchingUnloadedChunk()) {
@@ -5103,7 +_,7 @@
@@ -5112,7 +_,7 @@
}
public float maxUpStep() {