Started by
mikepaps
on
Topic category: Help with Minecraft modding (Java Edition)
I have a simple question: What do the Outline, Collider and Visual block modes do in the the look X/Y/Z pos of <entity> procedure blocks? And also, if none of them stop at an entity, how would I do that? (I am trying to make it detect if the player is looking at a living entity and I am using get nearest entity at X, Y, Z in square of size 1 in combination with the look X/Y/Z pos of <entity>)
Thanks in advance!
Edited by mikepaps on Mon, 01/30/2023 - 18:07
BTW: I am doing this on an every tick basis.
Turns out I don't need this, as I just need to raycast for an entity