Way to light others on fire when hit?

Started by Ayescrem on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Jan 2021
Points:
592

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Way to light others on fire when hit?

Creating a Fire based armor set and i was wondering if there was a way to light an entity on fire if it hits the wearer of the armor.

If there is could you walk me through adding it to my armor set.

Active 2 days ago
Joined May 2018
Points:
1126

User statistics:

  • Modifications: 8
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 366
Create a procedure using …
Sat, 01/16/2021 - 03:35

Create a procedure using "entity attacked" as the global trigger. Then check to see if the "event/target entity" is wearing your armor and if it is, set the "source entity" on fire for the desired duration.

Active 4 years ago
Joined Jan 2021
Points:
592

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
"Then check to see if the …
Sat, 01/16/2021 - 04:40

"Then check to see if the "event/target entity" is wearing your armor and if it is, set the "source entity" on fire for the desired duration." I cant find the event/target entity and the 'source entity'

i am currently using and old version so i can mod 1.12.2 that may cause the information to be different is there still a way or am i missing something obvious.

Active 2 days ago
Joined May 2018
Points:
1126

User statistics:

  • Modifications: 8
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 366
That might be a problem, I…
Sat, 01/16/2021 - 05:20

That might be a problem, I’ll have to check it tomorrow.

Active 6 months ago
Joined Feb 2025
Points:
25

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
To this day he is still…
Mon, 02/24/2025 - 08:51

To this day he is still checking it tomorrow

Active 12 hours ago
Joined Aug 2025
Points:
6

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
What you need to do. is…
Sun, 08/17/2025 - 00:50

What you need to do. is create a Procedure. Then Make it so it checks the armor set. then have an "if do" and have it for the global trigger to be "entity is attacked" then do "set event/target entity on fire for <>"

What i did was

If: Has "Source Entity" Active potion "blazing"
do: Set "Event/Target Entity" on fire for <5> seconds

You can get the "Source Entity" block in the "Minecraft Components" Tab