Entity Exceptions in procedures PLEASE!!!

Started by scarfcrow on

Topic category: Feature requests and ideas for MCreator

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Entity Exceptions in procedures PLEASE!!!

It would save so much time if we could edit entity-scanning blocks, such as "nearest entity of type" and "does entity exist of type"  to exclude a certain entity(ies). I'm currently working on an entity that is summoned, targeting and attacking any entity with the priority for monsters. I had to make two different versions of this entity, one that's an animal, and one thats a monster, to target the opposite group (its kind of hard to explain). It would save so much time if we could add entity exceptions without having to list every single entity except for the ones you don't want.

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm aware of that, it just…
Mon, 08/26/2024 - 15:30

I'm aware of that, it just would be useful if we could blacklist certain entities

Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use custom tags to group all…
Sun, 09/22/2024 - 01:57

Use custom tags to group all desired entities together, that way you don't need to call each entity individually or by entity type.