Burning entities when hit with an item

Started by Cesitrox on

Topic category: Help with modding (Java Edition)

Last seen on 01:26, 5. Jul 2023
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Burning entities when hit with an item

I can't manage to make the entities burn when I hit them with an item. I'll be glad if someone could show me how to make a procedure for this to work.

Last seen on 01:15, 24. Mar 2024
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Entity Procedure > Set…
Mon, 04/20/2020 - 22:31

Entity Procedure > Set provided entity on fire for __ seconds. Hope this helps!

Last seen on 01:26, 5. Jul 2023
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It worked but it seems to…
Tue, 04/21/2020 - 17:43

It worked but it seems to set the entity on fire even without any item. I tried to fix by making the item work only when it's in the main hand but now it completely stopped working.

Last seen on 10:54, 17. Apr 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make sure you have the right…
Wed, 04/22/2020 - 21:36

Make sure you have the right procedure of 'Mob is hit with item'. Otherwise you may have to make a tool with the same properties as an item and select 'Mob is hit with tool'. Also check you're using flammable mobs (I use creepers/cows.) because using mobs immune to fire will give you misleading results.

Last seen on 08:51, 2. Jul 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
THANKS SO MUCH  
Fri, 06/05/2020 - 10:28

THANKS SO MUCH

 

Last seen on 10:42, 27. Mar 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I want to make entities burn…
Sat, 07/25/2020 - 06:51

I want to make entities burn only if it's critical hit. Can someone pls help me?

Last seen on 14:04, 10. Apr 2021
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe you can use a random,…
Sat, 07/25/2020 - 07:40

Maybe you can use a random, make a range in which it is for a critical hit, use deal _ damage to target entity (in entity procedure), and set burn target entity for _ seconds

Last seen on 10:42, 27. Mar 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sorry, I'm begginer+stupid,…
Fri, 07/31/2020 - 12:43

Sorry, I'm begginer+stupid, but what is use a random and make a range?

Sorry, I'm begginer I…
Fri, 07/31/2020 - 15:36

Sorry, I'm begginer

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Last seen on 10:42, 27. Mar 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
OK, Thank you so much! I…
Fri, 07/31/2020 - 16:18

OK, Thank you so much! I already watched some of those videos and this is very helpful!

Last seen on 22:07, 25. Jan 2022
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
even if that works it would…
Fri, 07/31/2020 - 16:24

even if that works it would be nice to get a way to detect critial strikes and full charged hits