Is there any way to make entities mad without attacking them?

Started by drkitch on

Topic category: Help with MCreator software

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there any way to make entities mad without attacking them?

The title pretty much says it all. I'm wondering if it's possible to make an entity mad at the player if the player steps on a certain block.
If anyone knows how to do this, I would really be grateful. 

Thanks.

Try to create a local level…
Thu, 12/10/2020 - 14:16

Try to create a local level in the triggers of the block in question "When entity walks on a block" and in the AI ​​creator of the mod put a condition "return- If local level * name * = true"

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks! I'll try that as…
Thu, 12/10/2020 - 18:03

Thanks! I'll try that as best i can :D

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I might not understand what…
Fri, 12/11/2020 - 04:01

I might not understand what you're saying exactly, but I can't seem to find anywhere where you say anything about actually making the entity mad at the target entity. Am I wrong?

 

Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If entity is on the block…
Sun, 12/13/2020 - 18:39

If entity is on the block

give the entity an nbt tag.

Then in the entity fighting tasks make a condition so that if entity target has the tag to be true

return true.

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks! sorry I didn't…
Mon, 12/14/2020 - 06:17

Thanks! sorry I didn't understand what you meant before.