Started by
TheModder233
on
Topic category: Help with Minecraft modding (Java Edition)
So I would like to make my ranged item shoot faster. The Shoot Constantly when Active is on, but I want to make it even faster.
Topic category: Help with Minecraft modding (Java Edition)
So I would like to make my ranged item shoot faster. The Shoot Constantly when Active is on, but I want to make it even faster.
Create a procedure under the trigger "ranged item used" and then add blocks to manually shoot out extra projectiles. This should be located under the "Projectile" tab, you can summon extra projectiles. If needed, you can set up some wait conditions so that they are staggered.