How do i make an npc apply potion effect ?

Started by hevmark5 on

Topic category: Help with MCreator software

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i make an npc apply potion effect ?

i am new to MCreator. is there a way to make an npc apply a potion effect like how husks do ?

Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So make a procedure not…
Sat, 03/04/2023 - 05:37

So make a procedure not connected to anything and have it trigger when an entity attacks another. have it check if the entity that is attacking if your entity and then make it apply a potion effect to the attacked entity

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can you send me the list of…
Sat, 03/04/2023 - 14:49

can you send me the list of procedures ?