Started by
Bunnycube
on
Topic category: Help with MCreator software
So I wanted to make an item that increases/decreases the level of all potion effects in a potion by 1.
I tried to look at the NBT tags and found this:
{CustomPotionEffects:[{Id:1,Amplifier:2,Duration:1200},{Id:10,Duration:1200}]}
How do I access the "Amplifier" properties of the potion?