Aerbunnies block the player's view when picked up
SollyW opened this issue ยท 2 comments
Fixed in 9be012d
They should override getHeightOffset
to add to their height when mounted. Instead, they override getMountedHeightOffset
which adds to offset of an entity which rides
the bunny... So, that's an easy fix
These two methods are confusing, I think Yarn should rename them or add javadoc to both of them telling what they do...