Started by
_Ness
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I'm trying to make a player teleport an entity behind themselves, I used the ~x ~y ~z coordinates but the enity just stays in the same coordinates, not regarding the player's direction in yaw. I tried using the Yaw direction block, but I can't seem to do it correctly, can somebody please help ?
Edited by _Ness on Mon, 06/01/2020 - 11:20
You could make three global variables and on player tick update set the players coordinates to that and make the entity teleport to those three variables