Started by
Khmer
on
Topic category: Minecraft mod ideas exchange
Hi. I would love it if there was an "if player looking at" procedure block. I'm making a custom mob that attacks when you're not looking at it, and this would help out a lot! For example, an if statement would use this block like this...
if (if player looking at)
do (whatever you want)
else if (not(if player looking at))
do (whatever you want)
If this could be added that would be great,
Thank you, TheSawfly
There is raytrace look position procedure block for this.
Is there a way to select entities player looking at ?
I don't know how to use the raytrace blocks. I looked up how to use them, but the only thing I found was this, and it didn't really help. https://mcreator.net/forum/56627/how-retrace-get-block-player-looking
Here is a tutorial I made: link