Started by
Xanderz_1001
on
Topic category: Help with Minecraft modding (Java Edition)
Simply, why is this showing as missing when it's called?
For some reason, [event/target entity] works in place of [source entity], but not vice versa. Any help/clarification is appreciated.
Not sure what version you use, but in latest I made this setup and it seemed to work without any errors.
Btw this required list just shows required dependencies. If one is there, it does not mean something is wrong
Actually, I forgot to mention that I am trying to use the procedure in a "When effect started/applied" potion effect. I am on version 2024.1.
I now see that the procedure dependencies depend on the "When effect started/applied", but I'm not sure how to alter the procedure to make it do what I would like it to do.
My vision is, that if the attacker attacks a player with the [Parrying] effect, then the attacker receives the [Parried] effect (placeholder of speed).
https://imgur.com/a/aAmDikZ
https://imgur.com/a/1UhQ8BA
Figured it out! Simply, just don't use the potion effect trigger, and instead add it directly into the procedure.
https://imgur.com/a/ojJdSWe