ILikePtatoes

Results 3 issues of ILikePtatoes

### Expected behavior Player riptides and swaps to another item, animation still appears and PlayerRiptideEvent is called. ### Observed/Actual behavior Player riptides and swaps to another item, no animation appears,...

status: needs triage
version: 1.21.3

### Expected behavior ### **Code** Using EntityDamageByEntityEvent: ``` if (attackingPlayer.getAttackCooldown() == 1.0) { damagedPlayer.setFoodLevel(Math.max(damagedPlayer.getFoodLevel() - foodLevelReduction, 0)); Sound.KIGA_HIT.play(damagedPlayer.getLocation()); } ``` Player draws attack cooldown attributed item from a non-attack cooldown...

type: bug
status: needs triage
version: 1.21.1