How to make a mob that poisons you

Started by AppleScout727 on

Topic category: Help with modding (Java Edition)

Last seen on 01:40, 19. Sep 2021
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.

On AI attack trigger has a…
Thu, 11/19/2020 - 16:52

On AI attack trigger has a condition on started. Pass condition in all cases and do custom actions in it.

Last seen on 14:02, 4. Feb 2023
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.

Last seen on 01:40, 19. Sep 2021
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.