Spawn an entity in front of player

Started by JustDorkyy on

Topic category: Help with modding (Java Edition)

Last seen on 21:39, 25. Jul 2021
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Spawn an entity in front of player

Alright so i'm trying to make a entity spawn in front of the player when i right click on an item, i dont want to look at the ground to do it i just want to spawn an entity exactly in front of the player (no codding please)

Last seen on 17:28, 24. Oct 2021
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can't do it without…
Fri, 02/19/2021 - 08:51

You can't do it without coding.

Last seen on 14:53, 23. Aug 2023
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make the trigger "If player…
Tue, 05/04/2021 - 10:30

Make the trigger "If player right clicks air with item" and spawn entity depending on player direction, that will spawn "x+1", "y", "z" or "x-1", "y", "z", or "x", "y", "z+1";   "x", "y", "z-1"