Custom AI task block is not supported by selected generator

Started by danjo on

Topic category: Help with MCreator software

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom AI task block is not supported by selected generator

Hey!

I'm trying to add an aitask to MCreator so I created a plugin and added a simple task that recreats follow_entity.

I got it to show up in the ai editor of my entity but when I add it to the AI task/gloals list Í get the following warning:

"Block ... is not supported by the selected generator. It will be skipped"

I selected the generator for forge 1.16.5

Project Layout
Plugin structure

 

Any ideas what the issue could be?

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No one?
Sun, 10/10/2021 - 15:23

No one?

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
bump
Sat, 10/23/2021 - 21:05

bump

Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's .java.ftl, not .java…
Mon, 11/01/2021 - 14:20

It's .java.ftl, not .java.tfl.

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Renamed the file, works now!…
Sat, 11/06/2021 - 14:45

Renamed the file, works now! Thank you!