Started by
Mr.Zinych
on
Topic category: Help with Minecraft modding (Java Edition)
I know how to add a model and effects when hit.
But how to change their trajectory?
Or homing missiles?
Topic category: Help with Minecraft modding (Java Edition)
I know how to add a model and effects when hit.
But how to change their trajectory?
Or homing missiles?
Homing Missiles can be done by either Custom Code or making the missile an entity that explodes when it collides with the player or when it dies (I would make it have permanent Poison that activates "On initial entity spawn").
An interesting solution!! I'll try)
The homing missiles can be achieved with commands. Just look it up on youtube
Can I get a link?