Started by
Manifoldwithswagger
on
Topic category: Help with MCreator software
I'm making my first mod, and I'm trying to implement a mod that if the player is crouching the mob can't see it but I can't find any way to do that
Edited by Manifoldwithswagger on Thu, 01/20/2022 - 04:20
on the attack AI, make a condition, if player is crouching, return false
return true