From 1fc549c51e9a2e33096a231952d0c1c7c8643216 Mon Sep 17 00:00:00 2001 From: Oth3r <68134921+Oth3r@users.noreply.github.com> Date: Tue, 8 Apr 2025 14:03:46 -0500 Subject: [PATCH] fix sitting level being off --- src/main/java/one/oth3r/sit/utl/Utl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/one/oth3r/sit/utl/Utl.java b/src/main/java/one/oth3r/sit/utl/Utl.java index 5dd760d..909ccfc 100644 --- a/src/main/java/one/oth3r/sit/utl/Utl.java +++ b/src/main/java/one/oth3r/sit/utl/Utl.java @@ -208,7 +208,7 @@ public class Utl { /** * the customizable y height of the entity, as some versions have different sitting heights on the entity */ - public static final double Y_ADJUSTMENT = -0.2; + public static final double Y_ADJUSTMENT = 0; /** * checks if the entity's block is still there, & is valid