Help with a procedure

Started by Phoenix_in_VR on

Topic category: Help with modding (Java Edition)

Last seen on 05:25, 5. Feb 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with a procedure

I want to give an item ender pearl qualities, I want to be able to throw the item and teleport where it lands. I do not know how to do this.

Last seen on 14:33, 1. Jan 2024
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To throw you can do an item…
Mon, 02/07/2022 - 20:41

To throw you can do an item like a bow but this item use himself for projectiles and you make a procedure for the projectiles to make :

[if not] Block at X Y Z is (air)

[Then] Set location of 'event target entity or source entity (I don't know)) to X Y Z

 

I hope you understood and you will find a way out of your problem ! ^^