aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0319-Entity-Jump-API.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0319-Entity-Jump-API.patch')
-rw-r--r--patches/server/0319-Entity-Jump-API.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0319-Entity-Jump-API.patch b/patches/server/0319-Entity-Jump-API.patch
index 9d3bf218cf..20e546b1d6 100644
--- a/patches/server/0319-Entity-Jump-API.patch
+++ b/patches/server/0319-Entity-Jump-API.patch
@@ -7,10 +7,10 @@ Subject: [PATCH] Entity Jump API
public net.minecraft.world.entity.LivingEntity jumping
diff --git a/src/main/java/net/minecraft/world/entity/LivingEntity.java b/src/main/java/net/minecraft/world/entity/LivingEntity.java
-index 94492da51fe2a6343ab3c41d26ca2a195e14bc62..9d924c48dedf9a61f555bf7c9d658e925169ccd2 100644
+index f13fb8d408e02e3c561e8f2b9c823c13033b4f94..f4ba1c72ec470cc79e40d7427e08185d5944d373 100644
--- a/src/main/java/net/minecraft/world/entity/LivingEntity.java
+++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java
-@@ -3405,8 +3405,10 @@ public abstract class LivingEntity extends Entity implements Attackable {
+@@ -3433,8 +3433,10 @@ public abstract class LivingEntity extends Entity implements Attackable {
} else if (this.isInLava() && (!this.onGround() || d3 > d4)) {
this.jumpInLiquid(FluidTags.LAVA);
} else if ((this.onGround() || flag && d3 <= d4) && this.noJumpDelay == 0) {