Experiencing bug when applying potion effects via procedure.

Started by Knightm16 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Experiencing bug when applying potion effects via procedure.

I am attempting to create a pseudo-potion food item. The item procedure for each is set up as such.

 

 

 

With this set up, when any "potion" is consumed, it applies the effects of all potions I've created so far. If I add or remove a trigger for an effect, it removes it from happening.

Any Idea how to resolve this?