Wings durability drainage
DroidDude opened this issue ยท 1 comments
Describe the bug
Sometimes when taking damage, the durability of the Wings is drained rapidly.
To Reproduce
Not really reproduceable, only happens sporadically.
Expected behavior
Durability should only be drained while flying, in second steps.
Version
1.20.1-0.3.0 and up
Possible Fix
adding " || !player.getAbilities().flying" to IF statement in com.github.droiddude.fltpot.item.WingsItem.java#79