Help with armor

Started by CZ7PRO on

Topic category: Help with MCreator software

Last seen on 15:12, 15. Jan 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with armor

I was trying to make a procedure detect if I'm wearing a specific modded armor and run the procedure if I did, but it just says that there was a mod error. Help would be greatly appreciated.

P.S. Sorry for bad english

Last seen on 04:54, 16. Apr 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
https://mcreator.net/comment…
Fri, 12/03/2021 - 05:01

https://mcreator.net/comment/180899

 

Tie this procedure to a single or every armor piece.

 

Change the potions for the procedure you need to run.

Last seen on 15:12, 15. Jan 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That is what I tried but it…
Fri, 12/03/2021 - 15:32

That is what I tried but it didn't work

 

Last seen on 15:12, 15. Jan 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's only for one armor piece
Fri, 12/03/2021 - 15:32

It's only for one armor piece

Last seen on 15:12, 15. Jan 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
when I replace the armor…
Fri, 12/03/2021 - 15:45

when I replace the armor piece with vanilla armor it works

 

Last seen on 04:54, 16. Apr 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My bad, I forgot to mention…
Sat, 12/04/2021 - 01:12

My bad, I forgot to mention a very important detail (step #2). Let's say you want the procedure to be triggered with the helmet. 

1- Add a procedure to Helmet Tick Event

2- ***Important***  Change Eveny trigger to [On Player Tick Update] Why? This is scanning if the helmet is being weared by entity.

     if >> Get item armor slot (3) of [Event/target entity] = (select the custom helmet)

     do >> Call procedure (select your procedure)

3- Leave yor procedure's Event trigger on default value [no additional trigger]

Now test it.

 

Just in case, for which version (MCreator/Minecraft) are you trying this?