NimajnebEC / auto-elytra

A client side mod that automatically switches your elytra and chestplate when you go to fly.
MIT License
5 stars 3 forks source link

Only elytra in hotbar working (1.20.4) #10

Closed jokesper closed 5 months ago

jokesper commented 5 months ago

Only elytra in my hotbar or offhand are used for switching. Any other inventory slot is ignored.

NimajnebEC commented 5 months ago

Thanks for the bug report! :D

This seems to be caused by tightening restrictions on what slots ClickType.SWAP can be used with. This should be able to be avoided by using ClickType.PICKUP 3 times, mimicking normal client behavior...

NimajnebEC commented 5 months ago

You should now be able to download the fixed version from GitHub Releases or Modrinth!