diff options
Diffstat (limited to 'patches/server/0324-Entity-Jump-API.patch')
-rw-r--r-- | patches/server/0324-Entity-Jump-API.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0324-Entity-Jump-API.patch b/patches/server/0324-Entity-Jump-API.patch index 6debbbab6a..33973d1d65 100644 --- a/patches/server/0324-Entity-Jump-API.patch +++ b/patches/server/0324-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 ba18e2decde409b40ac73c66b015419e219c759a..67aa02a223345a91fe0b30b36966995e304c82bb 100644 +index d88b13be2d72cc40c5ca846a55eece1d9ca5fd37..c2934dc1d87bd8211714ab8af8ddfc32695b7953 100644 --- a/src/main/java/net/minecraft/world/entity/LivingEntity.java +++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java -@@ -3395,8 +3395,10 @@ public abstract class LivingEntity extends Entity implements Attackable { +@@ -3401,8 +3401,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) { |