how do i make my bow make mob set on fire when the projectile lands on it

Started by TrilliByte on

Topic category: Help with modding (Java Edition)

Last seen on 02:08, 21. Nov 2022
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make my bow make mob set on fire when the projectile lands on it

I need help making my custom bow set mobs on fire when the projectile lands on a mob.

Last seen on 11:43, 29. Mar 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you have a custom ranged…
Tue, 01/11/2022 - 02:59

If you have a custom ranged item already you can go to triggers and look for on bullet hit living entity/mob/player idk the exact name but it's similar. Then create procedure and add this procedure block

Set event/target entity on fire for [number] seconds

Last seen on 02:08, 21. Nov 2022
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thanks it works!!!
Tue, 01/11/2022 - 16:45

thanks it works!!!

Last seen on 11:43, 29. Mar 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm glad I could help
Wed, 01/12/2022 - 01:04

I'm glad I could help