From 68ef1118c670c7246cd67a438f468cd7d7df60eb Mon Sep 17 00:00:00 2001 From: Atsuihsio <842960157@qq.com> Date: Tue, 14 Jan 2025 21:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B5=AE=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../atsuishio/superbwarfare/entity/vehicle/Lav150Entity.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Lav150Entity.java b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Lav150Entity.java index aaf66fb50..cc6be8db6 100644 --- a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Lav150Entity.java +++ b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Lav150Entity.java @@ -89,7 +89,7 @@ public class Lav150Entity extends ContainerMobileEntity implements GeoEntity, IC public Lav150Entity(EntityType type, Level world) { super(type, world); - this.setMaxUpStep(1.5f); + this.setMaxUpStep(1.99f); } @Override @@ -185,7 +185,7 @@ public class Lav150Entity extends ContainerMobileEntity implements GeoEntity, IC } double fluidFloat; - fluidFloat = 0.045 * getSubmergedHeight(this); + fluidFloat = 0.052 * getSubmergedHeight(this); this.setDeltaMovement(this.getDeltaMovement().add(0.0, fluidFloat, 0.0)); if (this.onGround()) {