mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 07:53:22 +02:00
fix sitting level being off
This commit is contained in:
parent
85732506a2
commit
1fc549c51e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue