Way to light others on fire when hit?

Started by Ayescrem on

Topic category: Help with modding (Java Edition)

Last seen on 23:32, 16. Jan 2021
Joined Jan 2021
Points:

User statistics:

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

Last seen on 04:15, 27. Mar 2024
Joined May 2018
Points:

User statistics:

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

Last seen on 23:32, 16. Jan 2021
Joined Jan 2021
Points:

User statistics:

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

Last seen on 04:15, 27. Mar 2024
Joined May 2018
Points:

User statistics:

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

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