Homing Procedure

Started by 2Cool4u on

Topic category: Help with modding (Java Edition)

Last seen on 01:14, 25. Mar 2024
Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Homing Procedure

Does anyone know how I can make a projectile have a homing effect. I want to make a firework that shots from a box home on a flying target, phantom, ghast.

Last seen on 05:50, 2. Jun 2023
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could make a custom…
Sat, 07/11/2020 - 05:36

You could make a custom entity with the model of what you want, that can fly very fast and will target the entities you want

When the block is triggered (I don't know how you want to do this) it will spawn this entity. However the only problem I can see is making the entity despawn after hitting once.

Last seen on 01:47, 28. Feb 2024
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
use on player collision to…
Tue, 07/28/2020 - 19:39

use on player collision to despawn it. it is in procedures.