Started by ITsParwarMHD on Sat, 11/02/2024 - 10:16 Topic category: Help with Minecraft modding (Java Edition) Its actually really easy (I struggled to find a tut but now u have one) Jump to top First Create a Procedure and select Player Update Tick. Create Local Variables : LookX LookY LookZ Raydistance all are number Variables Create Normal Player Persistant Logic Variable : IsPlayerLookingAt(YourEntityName) Then Create this Procedure in the one we created Then Save and Close You know u can check if the Logic (IsPlyerLookingAt...) True then do.... Jump to top Permalink Log in or register to post comments https://imgur.com/a/n601h8T Jump to top Permalink Log in or register to post comments
First Create a Procedure and select Player Update Tick. Create Local Variables : LookX LookY LookZ Raydistance all are number Variables Create Normal Player Persistant Logic Variable : IsPlayerLookingAt(YourEntityName) Then Create this Procedure in the one we created Then Save and Close You know u can check if the Logic (IsPlyerLookingAt...) True then do.... Jump to top Permalink Log in or register to post comments
First Create a Procedure and select Player Update Tick.
Create Local Variables :
LookX
LookY
LookZ
Raydistance
all are number Variables
Create Normal Player Persistant Logic Variable : IsPlayerLookingAt(YourEntityName)
Then Create this Procedure in the one we created
Then Save and Close
You know u can check if the Logic (IsPlyerLookingAt...) True then do....
https://imgur.com/a/n601h8T