I know how make a Stalker that disappears when u look at him

Started by ITsParwarMHD on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I know how make a Stalker that disappears when u look at him

Its actually really easy (I struggled to find a tut but now u have one)

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
First Create a Procedure and…
Sat, 11/02/2024 - 10:31

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....