mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-07 09:42:03 +01:00
Emulate correct value if entity doesn't have passengers
This commit is contained in:
parent
e4cce0fa0c
commit
44163aa59c
@ -94,6 +94,8 @@ public class EntityHeightOffsetsPre1_20_2 {
|
||||
}
|
||||
|
||||
return new Vector3f(0, (float) yOffset, zOffset);
|
||||
} else {
|
||||
return new Vector3f();
|
||||
}
|
||||
} else if (entity instanceof SnifferEntity) {
|
||||
yOffset = 1.8;
|
||||
|
Loading…
Reference in New Issue
Block a user