Started by
StrawS
on
Topic category: Help with Minecraft modding (Java Edition)
I would like to know how to make an item (not a gun) shoot a fireball entity when right clicked in the air. The old code no longer works. Thanks
Topic category: Help with Minecraft modding (Java Edition)
I would like to know how to make an item (not a gun) shoot a fireball entity when right clicked in the air. The old code no longer works. Thanks
Try using shoot arrow, and go into the code change arrow to fireball
Make a gun. Make it require air to shhot. Make the bullet look like fire charge when shot in air. Add an event when the bullet hits something - it explodes.