Started by
Hurricane_FNaF
on
Topic category: Help with Minecraft modding (Java Edition)
I want to have a mob detect wether or not a player is looking at them, sort of like an enderman, how is that done?
Edited by Hurricane_FNaF on Fri, 02/23/2024 - 22:35
on player tick update
if entity is within x y z (raytrace distance)
then make that entity do what you want
How exactly do i do that?