A bit more flexibility
This commit is contained in:
@@ -630,7 +630,7 @@ public final class ElytraBehavior extends Behavior implements IElytraBehavior, H
|
||||
}
|
||||
// Avoid head bonks
|
||||
// Even though the player's hitbox is supposed to be 0.6 tall, there's no way it's actually that short
|
||||
if (!this.clearView(start.add(0, 1.6, 0), dest, ignoreLava)) {
|
||||
if (!this.clearView(start.add(0, 1, 0), dest, ignoreLava)) {
|
||||
return false;
|
||||
}
|
||||
if (growAmount == null) {
|
||||
|
||||
Reference in New Issue
Block a user