Started by
Olanskidaboi
on
Topic category: Help with Minecraft modding (Java Edition)
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!
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!