A bit more flexibility

This commit is contained in:
Brady 2023-06-22 12:54:30 -05:00
parent 9cf5538058
commit 90434b3178
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 1 additions and 1 deletions

View File

@ -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) {