Started by
Shminecrafter
on
Topic category: Help with MCreator software
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.
NBT Tags might work.
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.
I don’t really know how to use not tags could you send a picture of the procedure?