how to make a ranged item teleport player when it hits a block

Started by gaming with sam on

Topic category: Help with modding (Java Edition)

Last seen on 00:57, 29. May 2022
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make a ranged item teleport player when it hits a block

I have a procedure that shoots an arrow type ranged item and I'm trying t make it so that when the ranged item hits a block it teleports the player to it and i need to do this inside of another procedure that isn't a when item hits block procedure.

Last seen on 14:57, 18. Apr 2024
Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why can't you do it on when…
Mon, 01/24/2022 - 00:00

Why can't you do it on when item hits block procedure?

Last seen on 00:57, 29. May 2022
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
because i have it on a when…
Mon, 01/24/2022 - 14:36

because i have it on a when right clicked prcocedure for another item.