Stacking Effects

Started by Shminecrafter on

Topic category: Help with MCreator software

Last seen on 14:30, 14. Jul 2022
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Stacking Effects

So I am trying to make this mod with special armor that makes you swim faster, but I don’t know how to make the effect stack. For example if you have 1 piece of armor you get level 1 dolphin’s grace, 2 pieces gives you level 2 dolphin’s grace, etc. 

Last seen on 14:18, 16. Apr 2024
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
NBT Tags might work.
Wed, 08/05/2020 - 20:47

NBT Tags might work.

Last seen on 21:12, 25. Jul 2022
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Set a variable/NBT tag in…
Wed, 08/05/2020 - 22:31

Set a variable/NBT tag in the player tick or each armor piece tick equal to zero at the top of the procedure, then set it = the variable + 1 for each piece of armor. Finally, set the potion level to the variable.

Last seen on 14:30, 14. Jul 2022
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don’t really know how to…
Thu, 08/06/2020 - 15:00

I don’t really know how to use not tags could you send a picture of the procedure?