add "arrows shot" + fix jank

This commit is contained in:
hyperdefined
2023-10-22 19:13:44 -04:00
parent 38c37ea601
commit c328b9e019
5 changed files with 139 additions and 6 deletions

View File

@@ -121,7 +121,7 @@ public class EntityDamage implements Listener {
heldBow = inventory.getItemInOffHand();
}
// if the player is hold a bow in both hands
// if the player is holding a bow in both hands
// default to main hand since that takes priority
if (isMainHand && isOffHand) {
heldBow = inventory.getItemInMainHand();