Started by
beam56
on
Topic category: Help with Minecraft modding (Java Edition)
Im trying to make a small mod that has a monster that attacks cows. I need the monster to be able to start running towards the cow without having a direct sightline of it. kinda similar to how pillagers are with villagers, even though they cant see the villager they move towards the villager and attack it. Is there anyway to do this or replicate the pillagers behavior with villagers except with a cow instead?
He doesn't see the cow and doesn't attack, just like the pillager
try to put this procedure in your spider triger "entity tick update"
https://imgur.com/a/67EZku5
Hope it work ;)