hand thrown projectile similar to wind charges, ender pearls, fireballs, etc.

Started by Zebulon Sudios on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hand thrown projectile similar to wind charges, ender pearls, fireballs, etc.

I am trying to make a mod with a projectile that can be launched without the use of a bow or any similar tools. I want to make it so you can hand throw some projectiles as you can with fireballs. pls help

Joined May 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's very simple. Make the…
Wed, 06/03/2026 - 20:45

It's very simple. Make the item you wish to throw, then make a projectile version. Now, go to ranged item properties and enable ranged attacks, then choose the matching projectile type to your item (or whatever projectile you want) next, in where it says "item use duration" simply set that to 64, and you should be good to go :)