Started by
Latarnik
on
Topic category: Help with Minecraft modding (Java Edition)
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?
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 )
thx
in which tab can i find it?
"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
thank you so much
You're welcome