How to make a Burn Body?

Started by DPadderzs on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined May 2020
Points:
609

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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.

Use target / source entity…
Fri, 03/05/2021 - 10:41

Use target / source entity blocks to select proper desired target for procedure

Active 3 years ago
Joined May 2020
Points:
609

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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.

Active 9 hours ago
Joined Feb 2018
Points:
1987

User statistics:

  • Modifications: 1
  • Forum topics: 163
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 786
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

Active 9 hours ago
Joined Feb 2018
Points:
1987

User statistics:

  • Modifications: 1
  • Forum topics: 163
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 786
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.

Active 3 years ago
Joined May 2020
Points:
609

User statistics:

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

Thanks, that solved my problem!