forked from virt-mirrors/Sit
merge y offset fix from upstream
This commit is contained in:
commit
f77e3db29a
3 changed files with 6 additions and 3 deletions
|
@ -209,7 +209,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