[SOLVED] How to make "while bullet flying tick" happen at the bullet

Started by MrMichael110 on

Topic category: Help with modding (Java Edition)

Last seen on 12:21, 7. Dec 2021
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[SOLVED] How to make "while bullet flying tick" happen at the bullet
Sat, 11/20/2021 - 03:39 (edited)

So I'm trying to make a bow that while the arrow is flying it summons potions at it. Kind of like a gas weapon of sorts. How would I go about making this.

 

Thanks in advance

 

- MrMichael

Edited by MrMichael110 on Sat, 11/20/2021 - 03:39
Last seen on 12:21, 7. Dec 2021
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I Figured it out myself. For…
Sat, 11/20/2021 - 03:44

I Figured it out myself. For anyone who came here for answers to this same topic:

 

In my case I wanted to summon something at the bullet. To do this instead of using the 'Event/Target Entity' at the end of the 'Execute Command /____ in the name of: ____' use 'Immediate Source Entity' so it would look like 'Execute Command /____ in the name of Immediate source entity'

 

Hope this helps anyone who struggled with this

 

Kind Regards,

MrMichael