All mobs in a radius set on fire procedure

Started by Nanobott on

Topic category: Help with MCreator software

Last seen on 14:29, 30. Aug 2023
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
All mobs in a radius set on fire procedure

I was working on a sword (firesword) and i want it to set all mobs  in a radius of 15 blocks on be set on fire on right click. I found someting that kinda worked but it sets all entitys on fire asswell like boats and stuff. I used this one and replaced the strike lightning to set entity itrator on fire for 15 seconds. 

Could anyone help me with this? :D

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
and if the dependencies let…
Sun, 09/26/2021 - 20:18

and if the dependencies let you, use Provided Itemstack

Last seen on 14:29, 30. Aug 2023
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nope.. Then the whole thing…
Sun, 09/26/2021 - 20:28

Nope.. Then the whole thing stops working. 

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
then just use source entity…
Sun, 09/26/2021 - 21:06

then just use source entity without provided itemstack, or are u talking abt the source entity?

Last seen on 14:29, 30. Aug 2023
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yea when i add the cooldown…
Mon, 09/27/2021 - 07:43

Yea when i add the cooldown the whole right click event stops working it will just do nothing. I’ve tried every option but none of them are working.. 

Last seen on 08:47, 18. Apr 2024
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I want to do something like…
Mon, 08/28/2023 - 00:12

I want to do something like this but for lightning but rn the lightning strikes the person who uses the item as well which I don't want.