Started by
temutsaj
on
Topic category: Help with Minecraft modding (Java Edition)
Hi I'm trying to make it so when the player fires a projectile from a custom bow, every third time he fires one, one of the projectiles spawn where he fired it. I have it triggered to "When Player Finishes Using Item" Trigger. Here's the code, what am I doing wrong?
Here is a screenshot of the code: https://postimg.cc/Ny0V5xJY
Thanks
I've believe I've figured it out.. I triggered this procedure through the custom projectiles "When Projectile Hits A Block" trigger and it works well with one bow, but not for the other bow. interesting.
Hope this helps anyone.