mojira.dev
MCPE-95804

Teleportation facing bug

Everytime I place a repeating command block that teleports a specific entity to a specific location, the "facing" part of the command (and all of its variants) don't work. Exaples (with photos):

 

-Photo 1: The command block has the next command: "/tp @e[type=sheep] ~ ~0.5 ~ facing 0 0 0". As you can see, I'm not in 0 0 0 coordinates and the sheep is looking in my direction.

 

-Photo 2: The command block has the next command: "/tp @e[type=sheep] ~ ~0.5 ~ ~ ~". You can't see it in the photo, but the sheep is changing the direction where it's looking as it normaly does (instead of looking allways to the same direction).

 

P.S: There's only one single sheep in this world, I'm only changing the command block.

Attachments

Comments 2

Hello Eugeni,

This is not a bug nor is it Mojang's fault. You are interpreting the command wrong. If you use "facing 0 0 0", the sheep will look in the direction of 0 0 0 forever. If you use "facing ~~~", it is looking at the direction it wants to, but more stuttery. If you are looking for the sheep to face you indefinitely, use /tp @e[type=sheep] ~ ~0.5 ~ facing @p[name=Eugeni]. (Replace 'Eugeni' with your in-game name) If you are looking for the sheep to look in one direction forever, use /tp @e[type=sheep] ~ ~0.5 ~ facing x y z (with specific coordinates). Hope this helped!

Cleaning up old tickets: This ticket has not been updated recently (~1 year+) so is being closed as Cannot Reproduce. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines.

Quick Links:
📓 Bug Tracker Guidelines – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki

Eugeni Sanchez

(Unassigned)

Unconfirmed

iOS

13.6

1.16.20

Retrieved