From 55191bb527fe27cba29f0e129f2de2bfb654d608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Le=C3=B3n?= <58715544+JavierLeon9966@users.noreply.github.com> Date: Tue, 8 Aug 2023 20:32:48 -0300 Subject: [PATCH] Fixed vertical knock back not matching vanilla --- src/entity/Living.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity/Living.php b/src/entity/Living.php index 4d5e10cb363..5c7d05840f6 100644 --- a/src/entity/Living.php +++ b/src/entity/Living.php @@ -89,7 +89,7 @@ abstract class Living extends Entity{ * Limit of an entity's vertical knockback velocity when hit by another entity. Without this limit, the entity * may be knocked far up into the air with large knockback forces. */ - public const DEFAULT_KNOCKBACK_VERTICAL_LIMIT = 0.4; + public const DEFAULT_KNOCKBACK_VERTICAL_LIMIT = 0.3608; private const TAG_LEGACY_HEALTH = "HealF"; //TAG_Float private const TAG_HEALTH = "Health"; //TAG_Float