Different Entities that call for help

Started by Geometrical565 on

Topic category: Help with Minecraft modding (Java Edition)

Active 6 months ago
Joined Jul 2024
Points:
84

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
Different Entities that call for help

Couldn't find any answers about this, so here's my question:

How do I create an entity that will call for help from other entities of its type and also a different kind of entity? For instance, how the piglin brute is hostile but will also make all piglins hostile. Both of the mobs are to be neutral but will become aggressive if attacked, and both of the entities will attempt to attack the player. How could I go about implementing this?

Active 1 day ago
Joined Apr 2024
Points:
405

User statistics:

  • Modifications: 8
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 470
In the trigger "When entity…
Sat, 08/10/2024 - 15:09

In the trigger "When entity is hurt" of both entities set a procedure: 

entity 1: https://imgur.com/N2Yu6tx 

entity 2: https://imgur.com/YYy5fqZ 

they're basically the same, you just have to change the second "is (sub)type" block

Active 6 months ago
Joined Jul 2024
Points:
84

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
Thank you!
Sat, 08/24/2024 - 18:01

Thank you!

Active 1 day ago
Joined Apr 2024
Points:
405

User statistics:

  • Modifications: 8
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 470
You're welcome 
Sat, 08/24/2024 - 19:21

You're welcome