You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@1e5d1db Call StructureGrowEvent for mangrove propagule (#8023)
PaperMC/Paper@385f313 Updated Upstream (Bukkit/CraftBukkit/Spigot) (#8092)
PaperMC/Paper@fbb11db Add missing EntityDropItemEvent calls (#5674)
PaperMC/Paper@c879064 Call EntityDropItemEvent for goats dropping horns (#8094)
@@ -786,6 +813,12 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource {
2672
+
@@ -787,6 +814,12 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource {
2673
2673
// CraftBukkit end
2674
2674
2675
2675
public void baseTick() {
@@ -2682,7 +2682,7 @@ index b0728b66c54dc22a5a98f150910d07f4b38ebd7e..e6d25ab2e7e19d9fb993fdad6f650212
2682
2682
this.level.getProfiler().push("entityBaseTick");
2683
2683
if (firstTick && this instanceof net.minecraft.world.entity.NeutralMob neutralMob) neutralMob.tickInitialPersistentAnger(level); // Paper - Update last hurt when ticking
2684
2684
this.feetBlockState = null;
2685
-
@@ -3978,16 +4011,18 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource {
2685
+
@@ -3986,16 +4019,18 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource {
2686
2686
}
2687
2687
2688
2688
public boolean updateFluidHeightAndDoFluidPushing(TagKey<Fluid> tag, double speed) {
@@ -2708,7 +2708,7 @@ index b0728b66c54dc22a5a98f150910d07f4b38ebd7e..e6d25ab2e7e19d9fb993fdad6f650212
2708
2708
double d1 = 0.0D;
2709
2709
boolean flag = this.isPushedByFluid();
2710
2710
boolean flag1 = false;
2711
-
@@ -3995,14 +4030,61 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource {
2711
+
@@ -4003,14 +4038,61 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource {
2712
2712
int k1 = 0;
2713
2713
BlockPos.MutableBlockPos blockposition_mutableblockposition = new BlockPos.MutableBlockPos();
2714
2714
@@ -2776,7 +2776,7 @@ index b0728b66c54dc22a5a98f150910d07f4b38ebd7e..e6d25ab2e7e19d9fb993fdad6f650212
2776
2776
2777
2777
if (d2 >= axisalignedbb.minY) {
2778
2778
flag1 = true;
2779
-
@@ -4024,9 +4106,12 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource {
2779
+
@@ -4032,9 +4114,12 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource {
2780
2780
// CraftBukkit end
2781
2781
}
2782
2782
}
@@ -3077,7 +3077,7 @@ index da5e6141f548539cac720aba558e1b6f3a87e474..fdd2c63ff0017bafa544a3cff2ee6d2d
@@ -245,7 +245,7 @@ import javax.annotation.Nullable; // Paper
4188
+
@@ -246,7 +246,7 @@ import javax.annotation.Nullable; // Paper
4189
4189
import javax.annotation.Nonnull; // Paper
4190
4190
4191
4191
public final class CraftServer implements Server {
@@ -4194,7 +4194,7 @@ index 61c2f864bb23e75f6c377f7ccbf2ec44a670348c..ba0412e8462372f5743e9282de6a50a4
4194
4194
private final String serverVersion;
4195
4195
private final String bukkitVersion = Versioning.getBukkitVersion();
4196
4196
private final Logger logger = Logger.getLogger("Minecraft");
4197
-
@@ -1043,6 +1043,11 @@ public final class CraftServer implements Server {
4197
+
@@ -1045,6 +1045,11 @@ public final class CraftServer implements Server {
4198
4198
plugin.getDescription().getName(),
4199
4199
"This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies."
0 commit comments