How do you place a block relative to the player?

Started by Calebdarth on

Topic category: Help with modding (Java Edition)

Last seen on 04:47, 19. May 2019
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you place a block relative to the player?

I can place a block but the x y z coordaince aren't relative to the player

Last seen on 03:51, 31. Jul 2023
Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can use a procedure to…
Sun, 05/26/2019 - 06:11

You can use a procedure to determine the x, y, and z of the player and use another procedure to place a block at the given coordinates.