Started by
Crimson_Monarch
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a custom projectile that you can shoot out of a sword.
But, I cannot figure out how to make the entity I use as the projectile move to the direction I want it, even with the override motion vector command.
If you know anything and can help out, then please reply to me.
There's a projectile entity element that might work better than trying to make a custom entity. However, if you really want to make the projectile a regular entity instead of a projectile, I would recommend getting rid of its AI entirely and using motion vector override blocks to determine its trajectory.
Wait what? How do you make a projectile entity element? I was only making ausing an entity as the projectile because I couldn't find any other way to make a custom projectile