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!
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?