Started by
Trinicrafter10
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a gun that keeps shooting if you keep holding down right click, how do I do it using procedures
Topic category: Help with Minecraft modding (Java Edition)
I want to make a gun that keeps shooting if you keep holding down right click, how do I do it using procedures
when you create the "ranged item" mod element, after defining the model and texture, the next page are the protperties of the ranged item. in this page check the checkbox "shoot constantly when active?"
I used that, however the gun makes a punch animation every time it shoots. Is there any way to get rid of that
not without coding
what I do is when the player is holding the weapon, I give Haste V to the player, and since ranged items aren't tools, they break as slow as without tools, doing zero impact on gameplay, only on the looks. Requires 0 coding and works fine.