I'm making armor that gives effects and can't figure out how to get it to work

Started by Ghostman406 on

Topic category: Help with modding (Java Edition)

Last seen on 21:14, 19. Mar 2023
Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm making armor that gives effects and can't figure out how to get it to work

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.

Last seen on 13:22, 20. May 2023
Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
this is pretty easy but it…
Fri, 03/24/2023 - 14:13

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

Last seen on 17:06, 18. Apr 2024
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
One thing you should do with…
Wed, 04/05/2023 - 22:03

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.