Enderman-Like Mechanic (Stare)

Started by Ikermp10 on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Apr 2018
Points:
699

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
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?

Active 1 year ago
Joined Mar 2022
Points:
580

User statistics:

  • Modifications: 0
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 31
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

Active 3 years ago
Joined Apr 2018
Points:
699

User statistics:

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

Can you write it down please?

Active 1 year ago
Joined Mar 2022
Points:
580

User statistics:

  • Modifications: 0
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 31
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

Active 3 years ago
Joined Apr 2018
Points:
699

User statistics:

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

Thanks.

Active 3 years ago
Joined Apr 2018
Points:
699

User statistics:

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

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

Active 1 year ago
Joined Mar 2022
Points:
580

User statistics:

  • Modifications: 0
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 31
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

Active 3 years ago
Joined Apr 2018
Points:
699

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
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

Active 1 year ago
Joined Mar 2022
Points:
580

User statistics:

  • Modifications: 0
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 31
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

Active 3 years ago
Joined Apr 2018
Points:
699

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
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