When Mob is running detector

Started by Jokkie on

Topic category: Help with modding (Java Edition)

Last seen on 22:36, 24. Feb 2024
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When Mob is running detector

Is there a way to detect if mob is running with procedures? 

Last seen on 15:34, 1. Mar 2024
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think there is a procedure…
Mon, 03/06/2023 - 19:12

I think there is a procedure block in "entity " that look at the speed of an entity, but I'm not sure

Last seen on 15:34, 1. Mar 2024
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes, In "entity data" you…
Mon, 03/06/2023 - 19:17

Yes, In "entity data" you have the "velocity x", "velocity y" and "velocity z"

Last seen on 15:34, 1. Mar 2024
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
xDI saw just now that there…
Mon, 03/06/2023 - 20:49

xD

I saw just now that there is also a "is event/target entity running" in "Entity data"