I want to make a staff that shoots purple fireballs which lights mobs on fire

Started by Tech Gaming on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I want to make a staff that shoots purple fireballs which lights mobs on fire

ImageI wanna make purple fireballs like this

Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make the textures for the…
Tue, 02/01/2022 - 00:43

Make the textures for the fireballs. Make a ranged weapon as the staff. (You can get rid of the bow sound effect if desired.) Make an item with fireball texture. Set item used as bullet for the staff to fireball item. Make a procedure for "when bullet hits living entity" in staff. Attach "set event/target entity on fire" block. Save. I hope this was helpful