Need help with Custom Projectile

Started by Crimson_Monarch on

Topic category: Help with modding (Java Edition)

Last seen on 18:01, 28. Mar 2024
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Need help with Custom Projectile

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.

Last seen on 10:38, 22. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There's a projectile entity…
Sun, 11/20/2022 - 17:25

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.

Last seen on 18:01, 28. Mar 2024
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wait what? How do you make a…
Sun, 11/20/2022 - 17:47

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