Started by
Ldezian
on
Topic category: Help with Minecraft modding (Java Edition)
Is it possible in MCreator 1.8.0 to add potion effects to a piece of armor? If anyone could get back to me that would be great!
Topic category: Help with Minecraft modding (Java Edition)
Is it possible in MCreator 1.8.0 to add potion effects to a piece of armor? If anyone could get back to me that would be great!
Make a procedure
Use the procedure block "add potion effect to player" and choose potion effect, time and level.
Then go to your armor mod element, go to "on helmet/chestplate/leggings/boots (choose the armor piece you want) tick event" and bind that procedure.
Ps: the time of the potion effect is in ticks (1 second = 20 ticks). 60 ticks should be fine for an armor effect.
The level of the potion starts with 0 (0 is level 1,1 is level 2, etc.)
When the full set of armor is put worn, that's when I want the effects to take place. How would I do that?
There is isnt this procedure
Healt boost dont work for me. Is it normal (becouse it every tick refreshes) Is there any way how to solve it?