Wolf-like AI

Started by tbroski on

Topic category: Advanced modding

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wolf-like AI

I'm wondering how to create an AI like a wolf, it won't attack the user but will attack other entities/users. Would I just use the wolf AI base? Or is this too complex for MCreator?

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is probably not…
Fri, 11/29/2019 - 10:05

This is probably not possible using MCreator.

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can add a task like …
Mon, 03/02/2020 - 20:26

You can add a task like "attack in sight only nearby only of type EntityAnimal" to the living entiy AI tasks in your custom entity element. This will cause the wolf to only attack animals an not players. I'm not sure if it's possible to make entitys tameable.