Offset tp location while keeping `facing at` rotation
Okay so basically I am currently teleporting an entity to
^ ^1.75 ^0.75(from a players perspective) while also facing that player (i currently do this by puttingfacing entity @e[scores={infected_allies.entity_id=$(temp)},limit=1] eyesbehind the teleport command). Now i want to change the teleportation location to^-1.5 ^1.75 ^0.75while keeping the facing direction the same as before. Is there any way i can do this?