How to Create a Custom Projectile Entity?

Started by phragment on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Jul 2021
Points:
543

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
How to Create a Custom Projectile Entity?

I need help creating a keybind that shoots a projectile entity. The only solution I've found is the "Shoot Ranged Item" block but i'd rather have it summon and shoot an entity on a constant path rather than it acting like and arrow

Active 3 years ago
Joined Apr 2022
Points:
431

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
I don't think that is…
Sat, 08/06/2022 - 09:23

I don't think that is possible unless you click "custom item" and use the java code editor.

I wish I could share a code snippet with you but unfortunately I don't know java code.