The bug
The advancement "Take Aim" is granted to the player by throwing an egg, snowball, fireball, etc at a mob. The advancement is described as "Shoot something with a bow and arrow."
This bug is due to the fact that the advancement minecraft:adventure/shoot_arrow
checks player_hurt_entity
for "is_projectile"
being true
but does not check for the projectile type.
Linked issues
is duplicated by 7
relates to 2
Comments 0
No comments.