How can I make an entity play an animation when it targets another entity

Started by Nycticc on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I make an entity play an animation when it targets another entity

Title says it all. I've been at this for hours and i am about to gauge my eyes out.

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
doesnt work sadly  
Tue, 08/26/2025 - 21:23

doesnt work sadly

 

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It seems like the MCreator…
Wed, 08/27/2025 - 08:29

It seems like the MCreator team has forgotten to put a server icon on the get target entity block,

I got it working by giving the entity a synced data integer and making a new procedure,

and then just having the condition read it,

 

I have no idea how performant this is but it works :3