@@ -1139,7 +1139,7 @@ index a4cfb3227db4d276f08d0b644cdc9dbe36fa3d05..2fea14c75d161d542c7694373763ddfa
11391139 }
11401140 } else {
11411141diff --git a/src/main/java/net/minecraft/world/entity/LivingEntity.java b/src/main/java/net/minecraft/world/entity/LivingEntity.java
1142- index 88f0d44c423ed246a25a4fd7cf3b2274def70c4a..9dca0d694aa8fa7f8bec0d2504986085e0cc6fe9 100644
1142+ index f962e6e2686597dba34d4444704d95dff8ab2d20..0e3db206fc6c8f550cea9a2f994765477f01e8c6 100644
11431143--- a/src/main/java/net/minecraft/world/entity/LivingEntity.java
11441144+++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java
11451145@@ -397,7 +397,7 @@ public abstract class LivingEntity extends Entity {
@@ -1160,7 +1160,7 @@ index 88f0d44c423ed246a25a4fd7cf3b2274def70c4a..9dca0d694aa8fa7f8bec0d2504986085
11601160 }
11611161
11621162 public boolean canSpawnSoulSpeedParticle() {
1163- @@ -3090 ,10 +3090 ,10 @@ public abstract class LivingEntity extends Entity {
1163+ @@ -3089 ,10 +3089 ,10 @@ public abstract class LivingEntity extends Entity {
11641164 }
11651165
11661166 this.run += (f3 - this.run) * 0.3F;
@@ -1174,7 +1174,7 @@ index 88f0d44c423ed246a25a4fd7cf3b2274def70c4a..9dca0d694aa8fa7f8bec0d2504986085
11741174
11751175 // Paper start - stop large pitch and yaw changes from crashing the server
11761176 this.yRotO += Math.round((this.getYRot() - this.yRotO) / 360.0F) * 360.0F;
1177- @@ -3105 ,7 +3105 ,7 @@ public abstract class LivingEntity extends Entity {
1177+ @@ -3104 ,7 +3104 ,7 @@ public abstract class LivingEntity extends Entity {
11781178 this.yHeadRotO += Math.round((this.yHeadRot - this.yHeadRotO) / 360.0F) * 360.0F;
11791179 // Paper end
11801180
@@ -1183,7 +1183,7 @@ index 88f0d44c423ed246a25a4fd7cf3b2274def70c4a..9dca0d694aa8fa7f8bec0d2504986085
11831183 this.animStep += f2;
11841184 if (this.isFallFlying()) {
11851185 ++this.fallFlyTicks;
1186- @@ -3387 ,19 +3387 ,19 @@ public abstract class LivingEntity extends Entity {
1186+ @@ -3386 ,19 +3386 ,19 @@ public abstract class LivingEntity extends Entity {
11871187 }
11881188
11891189 this.setDeltaMovement(d4, d5, d6);
@@ -1208,7 +1208,7 @@ index 88f0d44c423ed246a25a4fd7cf3b2274def70c4a..9dca0d694aa8fa7f8bec0d2504986085
12081208 if (this.jumping && this.isAffectedByFluids()) {
12091209 double d7;
12101210
1211- @@ -3426 ,8 +3426 ,8 @@ public abstract class LivingEntity extends Entity {
1211+ @@ -3425 ,8 +3425 ,8 @@ public abstract class LivingEntity extends Entity {
12121212 this.noJumpDelay = 0;
12131213 }
12141214
@@ -1219,7 +1219,7 @@ index 88f0d44c423ed246a25a4fd7cf3b2274def70c4a..9dca0d694aa8fa7f8bec0d2504986085
12191219 this.xxa *= 0.98F;
12201220 this.zza *= 0.98F;
12211221 this.updateFallFlying();
1222- @@ -3436 ,8 +3436 ,8 @@ public abstract class LivingEntity extends Entity {
1222+ @@ -3435 ,8 +3435 ,8 @@ public abstract class LivingEntity extends Entity {
12231223 // SpigotTimings.timerEntityAIMove.startTiming(); // Spigot // Paper
12241224 this.travel(new Vec3((double) this.xxa, (double) this.yya, (double) this.zza));
12251225 // SpigotTimings.timerEntityAIMove.stopTiming(); // Spigot // Paper
@@ -1230,7 +1230,7 @@ index 88f0d44c423ed246a25a4fd7cf3b2274def70c4a..9dca0d694aa8fa7f8bec0d2504986085
12301230 boolean flag1 = this.getType().is(EntityTypeTags.FREEZE_HURTS_EXTRA_TYPES);
12311231 int i;
12321232
1233- @@ -3457 ,15 +3457 ,15 @@ public abstract class LivingEntity extends Entity {
1233+ @@ -3456 ,15 +3456 ,15 @@ public abstract class LivingEntity extends Entity {
12341234 this.hurt(DamageSource.FREEZE, (float) i);
12351235 }
12361236
0 commit comments