How to make a mob invisible? [FIXED]

Started by plata_exe on

Topic category: Help with MCreator software

Last seen on 18:34, 16. Apr 2024
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a mob invisible? [FIXED]
Thu, 05/11/2023 - 16:22 (edited)

Is there a way to make a procedure that makes an entity turn invisible as soon as they find and walk up to the player on Mcreator? (and eventually turn the mob back to normal as soon as they hurt the player)

Edited by plata_exe on Thu, 05/11/2023 - 16:22
Last seen on 21:53, 18. Apr 2024
Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes, just give them the…
Sat, 06/10/2023 - 22:39

Yes, just give them the invisibility buff without particles whenever they set their attack target, and have it clear whenever the entity attacks. It's not that hard, see if you can figure it out! If not, I'll show you the code

Last seen on 18:34, 16. Apr 2024
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yeah, I already figured it…
Fri, 06/30/2023 - 18:35

Yeah, I already figured it out a long time ago, but ty for your reply still!