-
Bug
-
Resolution: Unresolved
-
None
-
1.16.3, 1.16.4 Pre-release 2, 1.16.4 Release Candidate 1, 1.16.4, 1.20.2, 23w41a, 1.20.4
-
Confirmed
-
Projectiles
The bug
Llama Spit entities are always destroyed when coming into contact with anything other than air.
How to reproduce
(Make sure player is in survival, and difficulty is set to easy, or higher)
- Load the following structure into your world:
llama_spit_test.nbt - Stand on the red block:
- Run the following command:
/damage @e[type=minecraft:llama,distance=0..10,limit=1] 0.5 minecraft:player_attack by @p
Observed results
The llama spit particle will collide with the tall grass, and be destroyed. Because of this, the player will not be damaged.
Expected results
The llama spit would go through the tall grass, and damagethe player.
Notes
While the current behavior does technically make logistical sense-- that being, llama spit in real life would colide with anything-- it does have an effect on gameplay. It is much harder for llamas to be able to spit on the player if the projectile will almost always hit something.