I wanted to ask how I can let the player look at a particular block (with Forge).
Change
player.rotationYaw
and
player.rotationPitch
to the respective yaw and pitch.
Like MrAmazing2 or
player.teleport (world, x, y, z, YAW, PITCH);
4 years ago