fix sitting level being off

This commit is contained in:
Oth3r 2025-04-08 14:03:46 -05:00
commit 1fc549c51e

View file

@ -208,7 +208,7 @@ public class Utl {
/** /**
* the customizable y height of the entity, as some versions have different sitting heights on the entity * 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 * checks if the entity's block is still there, & is valid