Paragliding still works after dropping Paraglider
Tictim opened this issue ยท 1 comments
This happens because capability of item is still accessible even if its stack size is zero. Since "holding Paraglider" is checked using existence of specific capability in held item, the check couldn't tell if Paraglider item is empty or not.
Fixing this should be easy. Will commit fix for both 1.16/1.15 soon after.