How do you place a block relative to the player?

Started by Calebdarth on

Topic category: Help with Minecraft modding (Java Edition)

Active 6 years ago
Joined May 2019
Points:
676

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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

Active 2 years ago
Joined Apr 2015
Points:
854

User statistics:

  • Modifications: 7
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 107
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.