Started by
Gux
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, if I have a potion effect on me I want zombies and skeletons not to attack me, how can I do that?
Topic category: Help with Minecraft modding (Java Edition)
Hello, if I have a potion effect on me I want zombies and skeletons not to attack me, how can I do that?
I think you should use AI conditions
in they AI attack to player procedure block make a condition: if player is not affected by potion, then return true. else return false