How to make a Burn Body?

Started by DPadderzs on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a Burn Body?

I would like to make a chestplate that, when an enemy attacks you, the enemy is set on fire. I have made the chestplate and know the procedures to set the entity on fire, but I do not know how to select the enemy as the one being burnt. I have tried, but it has only set me on fire. Any help? I have searched for this online and have not found any posts on it.

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sorry, how exactly would I…
Fri, 03/05/2021 - 11:01

Sorry, how exactly would I do this? I have tried to link the procedure after adding the source entity, but apparently it is missing a dependency.

Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Here is a Screenshot, but if…
Fri, 03/05/2021 - 12:13

Here is a Screenshot, but if its not working switch Target and Source Entitiy Blocks:

MCreator Enchantment Chestplate burn Entity like Thorns

Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you select Global Trigger…
Fri, 03/05/2021 - 12:18

If you select Global Trigger "Entity Attacked", then is the Event/Target Entity the Entity that you attacked and the Source Entity is the Entity where the Attack come from.

That means you need to set the Event/Target Entity for your Enchantment and for burning the Source Entity.

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks, that solved my…
Sat, 03/06/2021 - 14:06

Thanks, that solved my problem!