Help with code

Started by Latarnik on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2024
Points:

User statistics:

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

i want to make item that grants effect upon wearing it (like turtle helmet but it gives effect as long as u have item equipped) can anyone tell me how to make it?

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
use this procedure: https:/…
Mon, 11/25/2024 - 17:59

use this procedure: https://imgur.com/a/HrQj48K 

you just have to replace absorption with the effect you want and check if the armor slot number is right (helmet = 3, chestplate = 2, leggings=1, boots = 0 )

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
in which tab can i find it?  
Mon, 11/25/2024 - 18:25

in which tab can i find it?

 

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"add potion effect" is in…
Mon, 11/25/2024 - 19:17

"add potion effect" is in the Entity procedures > Actions tab, "Get Item from armor slot" is in the Entity procedures > Data tab and "if" is in the Logic tab

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thank you so much
Mon, 11/25/2024 - 19:23

thank you so much

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You're welcome
Mon, 11/25/2024 - 19:48

You're welcome