Make a mob attack modded mobs?

Started by Batteries Not … on

Topic category: Help with modding (Java Edition)

Last seen on 00:02, 3. Oct 2021
Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a mob attack modded mobs?

So I have a conduit-like entity that is meant to act kind of like a sentry. I'm wondering if there is a way to identify hostile mobs by type rather than inputting them all manually in a procedure. I would like the sentry-entity to attack hostile mobs from any mod, not just mine.

Last seen on 22:49, 17. Mar 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You would have them target …
Thu, 08/13/2020 - 13:42

You would have them target (with the Attack (in sight only) (nearby only) of type "EntityMonster (at the bottom of the menu)").

Last seen on 17:21, 14. Jul 2022
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thx chicken, helped me too
Sat, 06/25/2022 - 18:17

thx chicken, helped me too

Last seen on 17:21, 14. Jul 2022
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Uh oh, how to make it not…
Sat, 06/25/2022 - 18:22

Uh oh, how to make it not attack itself