Started by
ArbiterOfLyell
on
Topic category: Help with Minecraft modding (Java Edition)
RN I got a bit of a problem. I have a machine gun item (Item, NOT Ranged Item) and I want it to fire faster. Right now I have it working on a cooldown system between each round, but I can only make that cooldown a minimum of 1 tick. Any way I can make it faster? Because there are plenty of mods with faster firing guns than this.
Maybe you could surround the shooting code with a repeat 3 times or something
Nah, doesn't work
So i have a way i do it, it may not be performance friendly but here it is:
So the image shows [Clicking once shoots 5 shots within 5 ticks]
You have to change it around, add more, remove some, change the ticks and so on to fine tune it to what you want.
Thanks man
No problem, hope it helps!