Started by
2Cool4u
on
Topic category: Help with Minecraft modding (Java Edition)
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.
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.
use on player collision to despawn it. it is in procedures.