mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 02:17:42 +01:00
[ci-skip] rebuild patches
This commit is contained in:
@@ -1139,7 +1139,7 @@ index a4cfb3227db4d276f08d0b644cdc9dbe36fa3d05..2fea14c75d161d542c7694373763ddfa
|
||||
}
|
||||
} else {
|
||||
diff --git a/src/main/java/net/minecraft/world/entity/LivingEntity.java b/src/main/java/net/minecraft/world/entity/LivingEntity.java
|
||||
index 88f0d44c423ed246a25a4fd7cf3b2274def70c4a..9dca0d694aa8fa7f8bec0d2504986085e0cc6fe9 100644
|
||||
index f962e6e2686597dba34d4444704d95dff8ab2d20..0e3db206fc6c8f550cea9a2f994765477f01e8c6 100644
|
||||
--- a/src/main/java/net/minecraft/world/entity/LivingEntity.java
|
||||
+++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java
|
||||
@@ -397,7 +397,7 @@ public abstract class LivingEntity extends Entity {
|
||||
@@ -1160,7 +1160,7 @@ index 88f0d44c423ed246a25a4fd7cf3b2274def70c4a..9dca0d694aa8fa7f8bec0d2504986085
|
||||
}
|
||||
|
||||
public boolean canSpawnSoulSpeedParticle() {
|
||||
@@ -3090,10 +3090,10 @@ public abstract class LivingEntity extends Entity {
|
||||
@@ -3089,10 +3089,10 @@ public abstract class LivingEntity extends Entity {
|
||||
}
|
||||
|
||||
this.run += (f3 - this.run) * 0.3F;
|
||||
@@ -1174,7 +1174,7 @@ index 88f0d44c423ed246a25a4fd7cf3b2274def70c4a..9dca0d694aa8fa7f8bec0d2504986085
|
||||
|
||||
// Paper start - stop large pitch and yaw changes from crashing the server
|
||||
this.yRotO += Math.round((this.getYRot() - this.yRotO) / 360.0F) * 360.0F;
|
||||
@@ -3105,7 +3105,7 @@ public abstract class LivingEntity extends Entity {
|
||||
@@ -3104,7 +3104,7 @@ public abstract class LivingEntity extends Entity {
|
||||
this.yHeadRotO += Math.round((this.yHeadRot - this.yHeadRotO) / 360.0F) * 360.0F;
|
||||
// Paper end
|
||||
|
||||
@@ -1183,7 +1183,7 @@ index 88f0d44c423ed246a25a4fd7cf3b2274def70c4a..9dca0d694aa8fa7f8bec0d2504986085
|
||||
this.animStep += f2;
|
||||
if (this.isFallFlying()) {
|
||||
++this.fallFlyTicks;
|
||||
@@ -3387,19 +3387,19 @@ public abstract class LivingEntity extends Entity {
|
||||
@@ -3386,19 +3386,19 @@ public abstract class LivingEntity extends Entity {
|
||||
}
|
||||
|
||||
this.setDeltaMovement(d4, d5, d6);
|
||||
@@ -1208,7 +1208,7 @@ index 88f0d44c423ed246a25a4fd7cf3b2274def70c4a..9dca0d694aa8fa7f8bec0d2504986085
|
||||
if (this.jumping && this.isAffectedByFluids()) {
|
||||
double d7;
|
||||
|
||||
@@ -3426,8 +3426,8 @@ public abstract class LivingEntity extends Entity {
|
||||
@@ -3425,8 +3425,8 @@ public abstract class LivingEntity extends Entity {
|
||||
this.noJumpDelay = 0;
|
||||
}
|
||||
|
||||
@@ -1219,7 +1219,7 @@ index 88f0d44c423ed246a25a4fd7cf3b2274def70c4a..9dca0d694aa8fa7f8bec0d2504986085
|
||||
this.xxa *= 0.98F;
|
||||
this.zza *= 0.98F;
|
||||
this.updateFallFlying();
|
||||
@@ -3436,8 +3436,8 @@ public abstract class LivingEntity extends Entity {
|
||||
@@ -3435,8 +3435,8 @@ public abstract class LivingEntity extends Entity {
|
||||
// SpigotTimings.timerEntityAIMove.startTiming(); // Spigot // Paper
|
||||
this.travel(new Vec3((double) this.xxa, (double) this.yya, (double) this.zza));
|
||||
// SpigotTimings.timerEntityAIMove.stopTiming(); // Spigot // Paper
|
||||
@@ -1230,7 +1230,7 @@ index 88f0d44c423ed246a25a4fd7cf3b2274def70c4a..9dca0d694aa8fa7f8bec0d2504986085
|
||||
boolean flag1 = this.getType().is(EntityTypeTags.FREEZE_HURTS_EXTRA_TYPES);
|
||||
int i;
|
||||
|
||||
@@ -3457,15 +3457,15 @@ public abstract class LivingEntity extends Entity {
|
||||
@@ -3456,15 +3456,15 @@ public abstract class LivingEntity extends Entity {
|
||||
this.hurt(DamageSource.FREEZE, (float) i);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user