-
Bug
-
Resolution: Unresolved
-
None
-
1.20.4, 1.20.5 Release Candidate 2, 24w20a
-
None
-
Community Consensus
-
Projectiles
-
Low
-
Gameplay
Summary:
Llama spit has the capability to inflict damage upon ender dragons in flight atop the end portal, a feat not achievable by other projectiles like arrows and tridents. This is related to MC-85897. (It seems that projectiles are generally only able to damage ender dragons when they have a player as an owner.)
Steps to reproduce:
- Go into the end.
- Respawn the ender dragon if it has already been defeated.
- Put the following command into an activated repeating command block:
execute as @e[type=minecraft:llama_spit] run data modify entity @s Owner set from entity @p UUID
- Wait for it to soar above the end portal.
/execute at @e[type=minecraft:ender_dragon] run summon llama_spit ~ ~10 ~ {Motion:[0.0,-1.0,0.0]}
Observed results:
The llama spit damages the ender dragon despite it being above the end portal.
Expected results:
The llama spit should not be able to damage the ender dragon, since it is above the end portal.