HoosierTransfer

Results 3 comments of HoosierTransfer

1.8 and below players also are not able to use Elytra on 1.17.2 server.

I found out that `Via.getAPI().getPlayerProtocolVersion(player).newerThanOrEqualTo(ProtocolVersion.v1_9)` returns true even when im on 1.8. But when I removed the check in isGliding and in the onPlayerMove. I just got a nullPointerException because...

This is most likely not possible without modifying the client. Since the client sends a entityaction packet with the START_FALL_FLYING action to signal elytra flight has started. It could be...