Started by
Muski360_
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making an item that throws 3 projectiles at short intervals, I did it like this: https://prnt.sc/pzQKRh4hUmmH when i test it in game, only 2 projectiles work correctly, the third one doesn't appear.
Edited by Muski360_ on Sun, 01/15/2023 - 16:19
if youre using an item, youll need to add a third "shoot projectile" procedure block
I did this: https://prnt.sc/d45_ug6fMT3n it still didn't work, only 2 projectiles works :p
Put the other server under your 2nd shot or just set the third shot to 22 ticks
Worked, thank you!!