-
Bug
-
Resolution: Fixed
-
1.20.4, 24w11a, 24w12a
-
Confirmed
-
Commands, Sound
-
Low
-
Platform
Thrown Ender Pearls produce a teleportation sound on impactÂ
as per the following change: https://www.minecraft.net/en-us/article/minecraft-snapshot-23w43a.
This holds true when teleporting players, but not when teleporting non-player entities.
Steps to replicate
- Feel free to enter the End dimension if you wish
- Summon a polar bear into existence
- Launch an ender pearl.
- Execute the following command before the ender pearl lands:
/execute as @e[type=minecraft:ender_pearl] at @s run data modify entity @s Owner set from entity @e[type=minecraft:polar_bear,limit=1] UUID
- Launch an ender pearl.
- Execute the following command before the ender pearl lands:
/execute as @e[type=minecraft:ender_pearl] at @s run data modify entity @s Owner set from entity @e[type=minecraft:ender_dragon,limit=1] UUID
Observed & Expected Behavior:
- No teleportation sound was heard when teleporting the mob.
- A teleportation sound should occur, akin to when players are teleported by ender pearls.
- relates to
-
MC-269615 Non-player entities do not sustain damage when teleported using an ender pearl
- Open