Started by
Ghostman406
on
Topic category: Help with Minecraft modding (Java Edition)
I have looked around for a little bit trying to get good code put together and when I finally put something together it stopped the game from launching properly. Please tell me what I did wrong.
this is pretty easy but it can be hard to find the block. so when you make the armor you can add triggers and in the entity management tab there is an add potion block
One thing you should do with the add potion effect block for short durations(I'm guessing you want a short duration effect so the effect is tied to the armor) is put it in an if statement of "Not is provided world client-side" otherwise you will get "ghost" potion effects that seem to last forever.