How to make a mob that poisons you

Started by AppleScout727 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a mob that poisons you

I would like to know how to make a mob that poisons you when it attacks you.

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
By the mob (in procedures)…
Thu, 11/19/2020 - 17:33

By the mob (in procedures) when the mob touches the player. You add the procedure, choose the poison effect in the ticks and the level of poisoning (60 ticks is about 3 seconds) and choose the source entity.

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks for the tip buddy. I…
Thu, 11/19/2020 - 20:56

Thanks for the tip buddy. I'll get straight to work on it.