Hello, I am a beginner minecraft modder and i have some problems with a bit of code that would teleport the player in the direction he's facing.can anyone tell me How to merge these lines together:
player.getLookVec().scale(2.0F).add(player.getPositionVec());
TeleportCommand;
P.S: i need this to work in minecraft 1.16.5-36.0.15
@diesieben07 Can you please help me?