Making an item shoot a fireball with a right click.

Started by Olanskidaboi on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making an item shoot a fireball with a right click.

I want to make a custom item shoot a fire ball when I right click with the item in my hand, but I don't know how. Some help would be really appreciated! Thanks!

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a custom ranged item…
Sun, 08/07/2022 - 19:58

Make a custom ranged item.

Then on bullet tick procedure, drag out the procedure block that makes the player shoot the vanilla fireballs and despawn the custom bullet after shooting.

That's all!

Joined Mar 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
im making a sword where if…
Sat, 03/07/2026 - 06:23

im making a sword where if you right click it shoots fire balls but it works its just every item does it how can i make it only shoot when right clicking the sword but not any other item?