Started by
Ikermp10
on
Topic category: Help with Minecraft modding (Java Edition)
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?
it's possible but i don't know how to send procedures links
Can you write it down please?
https://imgur.com/a/VlTeGGN
here. Set the (is entity sub type) to your mob and place this inside on player tick
Thanks.
The entity does not attack when I turn my back on it.
Link: https://i.imgur.com/zdrKjpg.png
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
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
try adding "add potion with level to entity iterator" and make it slowness level 250 and 1 tick. this maybe could help
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