I NEED HELP: Is there anyway to make a custom entity subtype/entity type/faction in MCreator?

Started by fastocelot on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I NEED HELP: Is there anyway to make a custom entity subtype/entity type/faction in MCreator?

Is there anyway to make a custom entity subtype/entity group/faction in MCreator that can include some players but not others and include multiple entities similar to how for example the "Living Entities" group works? I need this so some custom entities can target other entities in a specific group.

 

So far i have tried almost everything(or even everything at this point) that can make an entity target another entity that is in a specific group. Some methods i have tried for grouping the entities are: NBT logic tags, Scoreboards, and Element tags(Elements tags won't work due to it not being able to be applied to a specific player).

 

(in the entity AI goals section i have put a block that targets Living entities in the additional start condition i have this in it that checks for if an entity has the NBT logic tag of "isBad" if it does have this tag it should target the entity) This is one of many procedure blocks i have tried but this crashes the game when it loads a world including the entities that want to target each other: