Started by
JustDorkyy
on
Fri, 02/19/2021 - 01:50
Topic category: Help with modding (Java Edition)
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)
You can't do it without coding.
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"