Started by
Averagemcreato…
on
Topic category: Help with Minecraft modding (Java Edition)
Hello. I'm trying to create an arrow that randomly changes direction and velocity every second, but when I try to use the when bullet flying tick procedure, the procedure applies to the ranged weapon user. Does anyone know how to make the procedure apply the effect to the arrow?
Edited by Averagemcreatorenjoyer on Wed, 10/13/2021 - 18:59
you used event target entity or source entity right?
I just used the arrow flying tick procedure with no additional entity selection block.
then what is your procedure? can I see it?
(While bullet flying tick) Event trigger, Set no-gravity of Event/target entity to true (I know it doesn't make the projectile go in random directions, I'll add it later when the procedure's target problem will be fixed)
try with Inmediate Source Entity and not Event Target Entity
It worked, thanks!
:)