Enderman-Like Mechanic (Stare)

Started by Ikermp10 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Enderman-Like Mechanic (Stare)

I want to make a mechanic where when I look at the entity it stands still and it only attacks when you turn your back on it (like the FNAF SB endoskeletons). Is it possible?

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it's possible but i don't…
Thu, 08/04/2022 - 13:10

it's possible but i don't know how to send procedures links

Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you write it down please?
Thu, 08/04/2022 - 17:13

Can you write it down please?

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
https://imgur.com/a/VlTeGGN …
Fri, 08/05/2022 - 14:11

https://imgur.com/a/VlTeGGN

 

here. Set the (is entity sub type) to your mob and place this inside on player tick

Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks.
Fri, 08/05/2022 - 14:20

Thanks.

Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The entity does not attack…
Sat, 08/06/2022 - 08:57

The entity does not attack when I turn my back on it.

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
change the "is entity/target…
Sun, 08/07/2022 - 05:56

change the "is entity/target entity subtype of" to "is entity iterator". same with the velocity block too. and make sure inside the AI of the entity it will attack player

Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It stands still sometimes,…
Sun, 08/07/2022 - 07:13

It stands still sometimes, but attacks me after a few seconds when I´m still looking at him (or when I step backwards). He also slides slowly towards me when I look at him.

Link: https://i.imgur.com/DLEj37s.png

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
try adding "add potion with…
Tue, 08/09/2022 - 14:22

try adding "add potion with level to entity iterator" and make it slowness level 250 and 1 tick. this maybe could help

Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It only works well when I'm…
Wed, 08/10/2022 - 12:47

It only works well when I'm looking at a very specific point of the mob (it uses an enderman model). If I move the slightest but I still look at the mob it attacks me.

Link: https://i.imgur.com/jZVYRJr.png